Mouse Dictionary

A super fast dictionary for language learners

Co je Mouse Dictionary?

Mouse Dictionary je rozšíření Chrome vyvinuté https://mouse-dictionary.netlify.app, a jeho hlavní funkcí je „A super fast dictionary for language learners“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mouse Dictionary

Stáhněte si soubory rozšíření Mouse Dictionary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Mouse Dictionary Mouse Dictionary
ID dnclbikcihnpjohihfcmmldgkjnebgnj
Oficiální URL https://chromewebstore.google.com/detail/mouse-dictionary/dnclbikcihnpjohihfcmmldgkjnebgnj
Popis A super fast dictionary for language learners
Velikost souboru 3.48 MB
Počet instalací 103,315
Aktuální Verze 1.6.6
Poslední Aktualizace 2024-01-07
Datum Vydání 2020-06-21
Hodnocení 4.75/5 Celkem 100 Hodnocení
Vývojář https://mouse-dictionary.netlify.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://qiita.com/wtetsu/items/c43232c6c44918e977c9
URL Stránky Nápovědy https://github.com/wtetsu/mouse-dictionary/issues
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}