Tolon

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

Hvad er Tolon?

Tolon er en Chrome-udvidelse udviklet af raywan, og dens hovedfunktion er "Find page related website discussions. On Hacker News and Reddit.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Tolon-udvidelses-CRX-fil

Download Tolon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Tolon Tolon
ID mohaijbbfgjjjjbhffgaifcnookdihmk
Officiel URL https://chromewebstore.google.com/detail/tolon/mohaijbbfgjjjjbhffgaifcnookdihmk
Beskrivelse Find page related website discussions. On Hacker News and Reddit.
Filstørrelse 61.86 KB
Antal Installationer 35
Nuværende Version 0.5.0
Senest Opdateret 2020-04-11
Udgivelsesdato 2020-04-08
Udvikler raywan
Betalingsmetode free
Udvidelseswebsted https://github.com/rwanyoike/tolon
Hjælpeside-URL https://github.com/rwanyoike/tolon/issues
Understøttede Sprog 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"
    ]
}