Tolon

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

Vad är Tolon?

Tolon är en Chrome-tillägg utvecklad av raywan, och dess huvudfunktion är "Find page related website discussions. On Hacker News and Reddit.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Tolon-förlängningens CRX-fil

Ladda ner Tolon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Tolon Tolon
ID mohaijbbfgjjjjbhffgaifcnookdihmk
Officiell webbadress https://chromewebstore.google.com/detail/tolon/mohaijbbfgjjjjbhffgaifcnookdihmk
Beskrivning Find page related website discussions. On Hacker News and Reddit.
Filstorlek 61.86 KB
Antal Installationer 35
Aktuell Version 0.5.0
Senast Uppdaterad 2020-04-11
Publiceringsdatum 2020-04-08
Utvecklare raywan
Betalningssätt free
Tilläggswebbplats https://github.com/rwanyoike/tolon
Hjälpsida URL https://github.com/rwanyoike/tolon/issues
Stödda Språk 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"
    ]
}