Tolon
Find page related website discussions. On Hacker News and Reddit.
Cos'è Tolon?
Tolon è un'estensione di Chrome sviluppata da raywan, e la sua funzione principale è "Find page related website discussions. On Hacker News and Reddit.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tolon
Scarica i file di estensione Tolon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Tolon |
ID | mohaijbbfgjjjjbhffgaifcnookdihmk |
URL Ufficiale | https://chromewebstore.google.com/detail/tolon/mohaijbbfgjjjjbhffgaifcnookdihmk |
Descrizione | Find page related website discussions. On Hacker News and Reddit. |
Dimensione del File | 61.86 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 0.5.0 |
Ultimo Aggiornamento | 2020-04-11 |
Data di Pubblicazione | 2020-04-08 |
Sviluppatore | raywan |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rwanyoike/tolon |
URL della Pagina di Aiuto | https://github.com/rwanyoike/tolon/issues |
Lingue Supportate | 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" ] } |