TanGo

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

Qu'est-ce que TanGo ?

TanGo est une extension Chrome développée par log1, et sa fonction principale est "Simple and quick way to check word and kanji frequencies on the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TanGo

Téléchargez les fichiers d'extension TanGo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TanGo TanGo
ID childjcagcbmjcphnacbgmlbeddmgljd
URL Officiel https://chromewebstore.google.com/detail/tango/childjcagcbmjcphnacbgmlbeddmgljd
Description Simple and quick way to check word and kanji frequencies on the web.
Taille du Fichier 15.53 MB
Nombre d'Installations 44
Version Actuelle 0.002
Dernière Mise à Jour 2021-07-31
Date de Publication 2021-06-16
Développeur log1
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/LexingtonWhalen/TanGoChrome
Langues Prises en Charge 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"
    }
}