TanGo

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

TanGo là gì?

TanGo là một tiện ích mở rộng Chrome được phát triển bởi log1, và tính năng chính của nó là "Simple and quick way to check word and kanji frequencies on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TanGo

Tải xuống các tệp mở rộng TanGo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TanGo TanGo
ID childjcagcbmjcphnacbgmlbeddmgljd
URL Chính Thức https://chromewebstore.google.com/detail/tango/childjcagcbmjcphnacbgmlbeddmgljd
Mô tả Simple and quick way to check word and kanji frequencies on the web.
Kích Thước Tệp 15.53 MB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.002
Cập Nhật Lần Cuối 2021-07-31
Ngày Phát Hành 2021-06-16
Nhà Phát Triển log1
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/LexingtonWhalen/TanGoChrome
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}