TanGo

Simple and quick way to check word and kanji frequencies on the web.

Cos'è TanGo?

TanGo è un'estensione di Chrome sviluppata da log1, e la sua funzione principale è "Simple and quick way to check word and kanji frequencies on the web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TanGo

Scarica i file di estensione TanGo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Scrapes HTML body text and parses the Japanese on the fly. Great for quick overviews of the frequency of words or kanji within Japanese websites.                    

Informazioni di Base sull'Estensione

Nome TanGo TanGo
ID childjcagcbmjcphnacbgmlbeddmgljd
URL Ufficiale https://chromewebstore.google.com/detail/tango/childjcagcbmjcphnacbgmlbeddmgljd
Descrizione Simple and quick way to check word and kanji frequencies on the web.
Dimensione del File 15.53 MB
Conteggio Installazioni 44
Versione Corrente 0.002
Ultimo Aggiornamento 2021-07-31
Data di Pubblicazione 2021-06-16
Sviluppatore log1
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/LexingtonWhalen/TanGoChrome
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TanGo",
    "description": "Simple and quick way to check word and kanji frequencies on the web.",
    "version": "0.002",
    "manifest_version": 2,
    "icons": {
        "16": ".\/images\/16x16.png",
        "32": ".\/images\/32x32.png",
        "48": ".\/images\/48x48.png",
        "128": ".\/images\/128x128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            ".\/kuromoji\/build\/kuromoji.js",
            ".\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js",
                ".\/kuromoji\/build\/kuromoji.js"
            ]
        }
    ],
    "options_page": ".\/html\/options.html",
    "browser_action": {
        "default_popup": ".\/html\/popup.html"
    }
}