Kanji Inspector

Highlight and right click to find information about Kanji.

Kanji Inspector क्या है?

Kanji Inspector Víctor Bernabé Pérez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight and right click to find information about Kanji."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Kanji Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Search information about any Kanji on the web.

Highlight the Kanji, right click the selection and choose any of the websites availables in the "Kanji Inspector" context menu.                    

एक्सटेंशन की मूल जानकारी

नाम Kanji Inspector Kanji Inspector
ID eblodmmcjlbmmnlolomphabooehpjfee
आधिकारिक URL https://chromewebstore.google.com/detail/kanji-inspector/eblodmmcjlbmmnlolomphabooehpjfee
विवरण Highlight and right click to find information about Kanji.
फ़ाइल का आकार 12.11 KB
स्थापना संख्या 79
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2019-11-25
प्रकाशन तिथि 2019-11-25
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर Víctor Bernabé Pérez
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://kanji-inspector.victorbp.site
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kanji Inspector",
    "description": "Highlight and right click to find information about Kanji.",
    "version": "1.3.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "websites.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "instructions.html"
    },
    "icons": {
        "16": "images\/icon16x16.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    }
}