TanGo

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

TanGoคืออะไร?

TanGo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย log1 และคุณลักษณะหลักของมันคือ "Simple and quick way to check word and kanji frequencies on the web."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TanGo

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}