Tolon

Find page related website discussions. On Hacker News and Reddit.

Wat is Tolon?

Tolon is een Chrome-extensie ontwikkeld door raywan, en de belangrijkste functie is "Find page related website discussions. On Hacker News and Reddit.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tolon

Download Tolon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tolon Tolon
ID mohaijbbfgjjjjbhffgaifcnookdihmk
Officiële URL https://chromewebstore.google.com/detail/tolon/mohaijbbfgjjjjbhffgaifcnookdihmk
Beschrijving Find page related website discussions. On Hacker News and Reddit.
Bestandsgrootte 61.86 KB
Aantal Installaties 35
Huidige Versie 0.5.0
Laatst Bijgewerkt 2020-04-11
Publicatiedatum 2020-04-08
Ontwikkelaar raywan
Betalingswijze free
Extensiewebsite https://github.com/rwanyoike/tolon
Help Pagina-URL https://github.com/rwanyoike/tolon/issues
Ondersteunde Talen 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"
    ]
}