Jhint

Translation of the Japanese words into English and translation of English words into Japanese

Jhint क्या है?

Jhint vhrebenko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translation of the Japanese words into English and translation of English words into Japanese"।

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

screenshot

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

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

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

                        The expansion allows you to translate English words into Japanese and Japanese words into English. To translate a word is enough to highlight it and press the button "j". In the window that appears you will see the translation of the word and its transcription.                    

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

नाम Jhint Jhint
ID hmoohbgeifohgafikhihhikaknfnlgmb
आधिकारिक URL https://chrome.google.com/webstore/detail/jhint/hmoohbgeifohgafikhihhikaknfnlgmb
विवरण Translation of the Japanese words into English and translation of English words into Japanese
फ़ाइल का आकार 223 KB
स्थापना संख्या 58
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2019-02-10
प्रकाशन तिथि 2019-02-10
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर vhrebenko
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://jisho.org/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jhint",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Translation of the Japanese words into English  and translation of English words into Japanese",
    "homepage_url": "https:\/\/github.com\/shpp\/jhint",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Jhint",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "https:\/\/*\/* ",
        "http:\/\/*\/* "
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.js"
            ]
        }
    ]
}