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
官方URL 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"
    }
}