When Google Searching:
- Show separately results from Official Language documentation
- Show separately search results StackOverflow APIs
- Remove repetition between results
As a user,
So that can immediately see relevant StackOverflow links,
I want to see them in a separate section of my page.
As a user,
So that can find more effective links,
I want to see StackOverflow links with answers.
As a user,
So that can find more effective links,
I want to see StackOverflow links with higher scores.
As a user,
So that can immediately see relevant official docs links,
I want to see them in a separate section of my page.
As a user,
So that can immediately see relevant official docs links,
I want to see the documentation link for the most recent version available.
As a user,
So that I don't miss anything important,
I would like to see all other links in another section.
As a user,
So that I don't waste time,
I want to see all other links without repetition.
Framework:
- Chrome Extension structure
- Javascript
- Node.js
- React
- Browserify
- HTML & CSS
Testing:
- Selenium
- Sinon, Mocha, Chai
- Clone this repo
- Run in the command line
$ npm install
$ browserify src/static/js/DevlinqEvent.js -o bundle.js
- Open Google Chrome
- Visit chrome://extensions
- Enable Developer Mode
- Upload the 'unpacked' folder containing this repo
- Enable the Extension
- Google Search!
- Expand React Standalone App
- Deploy to Chrome Web Stories
- Improve Efficiency and Load Time