Tolon

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

O que é Tolon?

Tolon é uma extensão do Chrome desenvolvida por raywan, e sua principal característica é "Find page related website discussions. On Hacker News and Reddit.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tolon

Baixe arquivos de extensão Tolon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Tolon Tolon
ID mohaijbbfgjjjjbhffgaifcnookdihmk
URL Oficial https://chromewebstore.google.com/detail/tolon/mohaijbbfgjjjjbhffgaifcnookdihmk
Descrição Find page related website discussions. On Hacker News and Reddit.
Tamanho do Arquivo 61.86 KB
Contagem de Instalações 35
Versão Atual 0.5.0
Última Atualização 2020-04-11
Data de Publicação 2020-04-08
Desenvolvedor raywan
Tipo de Pagamento free
Site da Extensão https://github.com/rwanyoike/tolon
URL da Página de Ajuda https://github.com/rwanyoike/tolon/issues
Idiomas Suportados 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"
    ]
}