TanGo

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

什麼是TanGo?

TanGo是由log1開發的Chrome擴展程式,該擴展的主要功能是“Simple and quick way to check word and kanji frequencies on the web.”。

擴展截圖

screenshot

下載TanGo擴展crx文件

下載TanGo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 TanGo TanGo
ID childjcagcbmjcphnacbgmlbeddmgljd
官方網址 https://chromewebstore.google.com/detail/tango/childjcagcbmjcphnacbgmlbeddmgljd
簡介 Simple and quick way to check word and kanji frequencies on the web.
檔案大小 15.53 MB
安裝次數 44
目前版本 0.002
更新時間 2021-07-31
上架時間 2021-06-16
開發者 log1
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/LexingtonWhalen/TanGoChrome
支援的語言 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"
    }
}