Japanese Dictionary

Search in Japanese in Jisho just Select and Click!

Japanese Dictionary क्या है?

Japanese Dictionary yaoyaox023 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search in Japanese in Jisho just Select and Click!"।

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

screenshot
screenshot

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

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

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

                        This is a helper extension for searching in jisho.org.

Usage: just select words or text and hit the jisho logo.

Note that this is not an official extension from jisho.org.

I am a Japanese learner and have been using jisho constantly for a couple of months.

I developed this tool for myself first and I wish this could be of use to you now.                    

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

नाम Japanese Dictionary Japanese Dictionary
ID biaomnnlegcdbppjckegpakinnomadje
आधिकारिक URL https://chromewebstore.google.com/detail/japanese-dictionary/biaomnnlegcdbppjckegpakinnomadje
विवरण Search in Japanese in Jisho just Select and Click!
फ़ाइल का आकार 1.34 MB
स्थापना संख्या 50
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2020-05-27
प्रकाशन तिथि 2020-05-27
डेवलपर yaoyaox023
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Japanese Dictionary",
    "author": "libing",
    "version": "0.0.0.3",
    "description": "Search in Japanese in Jisho just Select and Click!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "res\/jp2chn.json"
    ],
    "icons": {
        "16": "images\/jisho-16.png",
        "32": "images\/jisho-32.png",
        "48": "images\/jisho-48.png",
        "128": "images\/jisho-128.png"
    }
}