GabLeRoux / webextensions-history-browser

🕘 Browse your firefox history like a boss.
https://addons.mozilla.org/en-US/firefox/addon/webextensions-history-browser/
MIT License
20 stars 1 forks source link
firefox hacktoberfest history webextensions

WebExtensions History Browser

Build Status

webextensions-history-browser-readme

Simple browser extension that helps you browse history like a boss.

Download Firefox addon :v:

Firefox's default history sidebar is limited and the history browsing popup would benefit from some more features. It doesn't let you filter easily by date range as of September 2017. Other extensions that can do it aren't compatible with Firefox 57+ anymore, only work in firefox and/or aren't open source. This extension tries to solve all of these :rocket:

Preview

WebExtensions History Browser preview

Key features

TODO

Feel free to send merge requests if you'd like to try and solve some of these :v:

Done

How to build it

npm install
NODE_ENV=production npm run build

The WebExtension in the addon folder should now work.

Live-development

NODE_ENV=development npm run start

Release

This will need some improvements, but here are personal notes I took:

npm i
npm version patch
# todo: update addon/manifest.json automatically based on package.json, for now, update the file manually
NODE_ENV=production npm run build
git push --tags
cd build
zip -r webextensions-history-browser.zip ./*

Visit https://addons.mozilla.org/en-US/developers/addon/webextensions-history-browser/versions/submit/

Contributions and Feature Requests

Sure can do! PRs are welcome :v:. Feel free to open issues.

License

MIT © Gabriel Le Breton