Tolon

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

Was ist Tolon?

Tolon ist eine Chrome-Erweiterung, die von raywan entwickelt wurde, und ihr Hauptmerkmal ist "Find page related website discussions. On Hacker News and Reddit.".

Erweiterungsscreenshots

screenshot
screenshot

Tolon-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tolon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tolon Tolon
ID mohaijbbfgjjjjbhffgaifcnookdihmk
Offizielle URL https://chromewebstore.google.com/detail/tolon/mohaijbbfgjjjjbhffgaifcnookdihmk
Beschreibung Find page related website discussions. On Hacker News and Reddit.
Dateigröße 61.86 KB
Installationsanzahl 35
Aktuelle Version 0.5.0
Letztes Update 2020-04-11
Veröffentlichungsdatum 2020-04-08
Entwickler raywan
Zahlungsart free
Erweiterungswebsite https://github.com/rwanyoike/tolon
Hilfeseite URL https://github.com/rwanyoike/tolon/issues
Unterstützte Sprachen 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"
    ]
}