Google stopped showing URLs in the search engine results, making it difficult to understand what you're clicking on. It's hard to find specific sites from a description of the page in the title
elements.
This browser extension brings URLs back to Google's search results pages so that you can safely see where you're going.
See the package.json
file. Run npm start
to launch it in a browser with live-reload.
Update the version in package.json
and manifest.json
when releasing a new version.
Also tag the version before publishing:
$ git tag -a v0.1.3
This will create a new release on Github:
$ git push origin master --tags
This will build the extension for both Firefox and Chrome:
$ npm run build