GakuMei Dictionary

A Japanese-English popup dictionary with flashcard functionality.

GakuMei Dictionary क्या है?

GakuMei Dictionary https://www.gakumei.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Japanese-English popup dictionary with flashcard functionality."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        GakuMei Dictionary helps you learn Japanese vocabulary and kanjj more efficiently.

- Translate Japanese words on any website into English by hovering.
- Save the words and kanji you look up as flashcards. All the information is pre filled for you.
- Review your flashcards.

To get started, add GakuMei Dictionary to chrome and click the "G" icon in the top right of your browser and activate the extension. Once activated, navigate to any Japanese website and hover a word to get its translation.                    

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

नाम GakuMei Dictionary GakuMei Dictionary
ID ehbmofbiempneegafcaafgpdobbbbmpi
आधिकारिक URL https://chrome.google.com/webstore/detail/gakumei-dictionary/ehbmofbiempneegafcaafgpdobbbbmpi
विवरण A Japanese-English popup dictionary with flashcard functionality.
फ़ाइल का आकार 16.02 MB
स्थापना संख्या 668
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2019-08-03
प्रकाशन तिथि 2019-07-30
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.gakumei.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.gakumei.com
गोपनीयता नीति पृष्ठ URL https://www.gakumei.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GakuMei Dictionary",
    "manifest_version": 2,
    "version": "1.0.2",
    "description": "A Japanese-English popup dictionary with flashcard functionality.",
    "icons": {
        "16": "img\/icon16px.png",
        "48": "img\/icon48px.png",
        "128": "img\/icon128px.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "\/content_script.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon48px-disabled.png",
        "default_title": "GakuMei Dictionary",
        "default_popup": "menu.html"
    },
    "web_accessible_resources": [
        "dicts\/*.json",
        "img\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}