Skip to content

rwanyoike/tolon-browser-extension

Repository files navigation

Tolon Browser Extension

Travis (.org) GitHub Chrome Web Store Mozilla Add-on Code Style: prettier

Find webpage discussions on Hacker News and Reddit.

Tolon is a browser extension that helps you find discussions around the pages you're looking at on the web. It works by searching available sources for URL submissions.

Installation | Usage | Attribution | Contributing | License | Similar Extensions

_ _
_ _

Installation

These are the extension's permissions:

"permissions": [
  "activeTab",
  "storage"
]

activeTab:

This is necessary to be able to:

  • Find out which tab is currently active.
  • Query the webpage URL.

storage:

  • Used to persist the extension settings.

Chromium

Chrome Web Store

You can install the latest version manually, or from the Chrome Web Store. It's expected that the extension is compatible with any Chromium-based browsers.

Firefox

Mozilla Add-on

You can install the latest version from the Firefox Add-ons web site.

npm Build

git clone https://github.com/rwanyoike/tolon
cd tolon
npm install
echo NODE_ENV=production | tee .env
npm run build

Find the compiled browser extension under dist/.

Usage

While viewing a webpage, opening the extension will search available sources for URL submissions (discussion threads) and present a list of results.

Available sources:

Attribution

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

Similar Extensions