TanGo

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

Hvad er TanGo?

TanGo er en Chrome-udvidelse udviklet af log1, og dens hovedfunktion er "Simple and quick way to check word and kanji frequencies on the web.".

Udvidelsesskærmbilleder

screenshot

Download TanGo-udvidelses-CRX-fil

Download TanGo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TanGo TanGo
ID childjcagcbmjcphnacbgmlbeddmgljd
Officiel URL https://chromewebstore.google.com/detail/tango/childjcagcbmjcphnacbgmlbeddmgljd
Beskrivelse Simple and quick way to check word and kanji frequencies on the web.
Filstørrelse 15.53 MB
Antal Installationer 44
Nuværende Version 0.002
Senest Opdateret 2021-07-31
Udgivelsesdato 2021-06-16
Udvikler log1
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/LexingtonWhalen/TanGoChrome
Understøttede Sprog 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"
    }
}