TanGo

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

Wat is TanGo?

TanGo is een Chrome-extensie ontwikkeld door log1, en de belangrijkste functie is "Simple and quick way to check word and kanji frequencies on the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TanGo

Download TanGo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TanGo TanGo
ID childjcagcbmjcphnacbgmlbeddmgljd
Officiële URL https://chromewebstore.google.com/detail/tango/childjcagcbmjcphnacbgmlbeddmgljd
Beschrijving Simple and quick way to check word and kanji frequencies on the web.
Bestandsgrootte 15.53 MB
Aantal Installaties 44
Huidige Versie 0.002
Laatst Bijgewerkt 2021-07-31
Publicatiedatum 2021-06-16
Ontwikkelaar log1
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/LexingtonWhalen/TanGoChrome
Ondersteunde Talen 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"
    }
}