Tolon
Find page related website discussions. On Hacker News and Reddit.
What is Tolon?
Tolon is a Chrome extension developed by raywan, and its main feature is "Find page related website discussions. On Hacker News and Reddit.".
Extension Screenshots
Download Tolon Extension CRX File
Download Tolon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. While viewing a webpage, opening the extension will search available sources for URL submissions (discussion threads) and present a list of results. Available sources: - Hacker News (social news) - Reddit (social news) Tolon is mostly JavaScript plus a little CSS. There are no trackers. No data is sent (aside from the page URL query) or shared. All of the code can be inspected on GitHub.
Extension Basic Information
Name | Tolon |
ID | mohaijbbfgjjjjbhffgaifcnookdihmk |
Official URL | https://chromewebstore.google.com/detail/tolon/mohaijbbfgjjjjbhffgaifcnookdihmk |
Description | Find page related website discussions. On Hacker News and Reddit. |
File Size | 61.86 KB |
Installation Count | 35 |
Current Version | 0.5.0 |
Last Updated | 2020-04-11 |
Publish Date | 2020-04-08 |
Developer | raywan |
Payment Type | free |
Extension Website | https://github.com/rwanyoike/tolon |
Help Page URL | https://github.com/rwanyoike/tolon/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tolon", "version": "0.5.0", "description": "Find page related website discussions. On Hacker News and Reddit.", "homepage_url": "https:\/\/github.com\/rwanyoike\/tolon", "icons": { "64": "images\/icon.png", "128": "images\/[email protected]" }, "browser_action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "storage" ] } |