Mouse Dictionary

A super fast dictionary for language learners

Mouse Dictionary क्या है?

Mouse Dictionary https://mouse-dictionary.netlify.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A super fast dictionary for language learners"।

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

screenshot

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

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

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

                        Mouse Dictionary is a super fast dictionary for Google Chrome.

Designed mainly for English and Japanese.

Features:
* Super fast!!!
* Awesome phrases detection
* Capable of importing your own text data
* Customizable view
* Available on various documents:
  * PDF documents
  * YouTube captions
  * input elements
  * textarea
--------

In addition to the built-in default English-Japanese dictionary, you can import data as you like including Japanese-English, English-English and so on. Please check here.

https://github.com/wtetsu/mouse-dictionary/wiki/Download-dictionary-data                    

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

नाम Mouse Dictionary Mouse Dictionary
ID dnclbikcihnpjohihfcmmldgkjnebgnj
आधिकारिक URL https://chromewebstore.google.com/detail/mouse-dictionary/dnclbikcihnpjohihfcmmldgkjnebgnj
विवरण A super fast dictionary for language learners
फ़ाइल का आकार 3.48 MB
स्थापना संख्या 103,315
वर्तमान संस्करण 1.6.6
अंतिम अपडेट 2024-01-07
प्रकाशन तिथि 2020-06-21
रेटिंग 4.75/5 कुल 100 रेटिंग्स
डेवलपर https://mouse-dictionary.netlify.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://qiita.com/wtetsu/items/c43232c6c44918e977c9
सहायता पृष्ठ URL https://github.com/wtetsu/mouse-dictionary/issues
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Dictionary",
    "manifest_version": 3,
    "version": "1.6.6",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "wtetsu",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Mouse Dictionary"
    },
    "commands": {
        "_execute_action": {
            "description": "Activate the extension"
        },
        "scroll_down": {
            "description": "__MSG_scrollDown__"
        },
        "scroll_up": {
            "description": "__MSG_scrollUp__"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/rule.json",
                "data\/dict*.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}