TanGo

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

Apa itu TanGo?

TanGo adalah ekstensi Chrome yang dikembangkan oleh log1, dan fitur utamanya adalah "Simple and quick way to check word and kanji frequencies on the web.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TanGo

Unduh file ekstensi TanGo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TanGo TanGo
ID childjcagcbmjcphnacbgmlbeddmgljd
URL Resmi https://chromewebstore.google.com/detail/tango/childjcagcbmjcphnacbgmlbeddmgljd
Deskripsi Simple and quick way to check word and kanji frequencies on the web.
Ukuran File 15.53 MB
Jumlah Instalasi 44
Versi Saat Ini 0.002
Terakhir Diperbarui 2021-07-31
Tanggal Publikasi 2021-06-16
Pengembang log1
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/LexingtonWhalen/TanGoChrome
Bahasa yang Didukung 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"
    }
}