TanGo

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

TanGo क्या है?

TanGo log1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple and quick way to check word and kanji frequencies on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TanGo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}