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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}