Mouse Dictionary

A super fast dictionary for language learners

What is Mouse Dictionary?

Mouse Dictionary is a Chrome extension developed by https://mouse-dictionary.netlify.app, and its main feature is "A super fast dictionary for language learners".

Extension Screenshots

screenshot

Download Mouse Dictionary Extension CRX File

Download Mouse Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Mouse Dictionary Mouse Dictionary
ID dnclbikcihnpjohihfcmmldgkjnebgnj
Official URL https://chromewebstore.google.com/detail/mouse-dictionary/dnclbikcihnpjohihfcmmldgkjnebgnj
Description A super fast dictionary for language learners
File Size 3.48 MB
Installation Count 103,315
Current Version 1.6.6
Last Updated 2024-01-07
Publish Date 2020-06-21
Rating 4.75/5 Total 100 Ratings
Developer https://mouse-dictionary.netlify.app
Email [email protected]
Payment Type free
Extension Website https://qiita.com/wtetsu/items/c43232c6c44918e977c9
Help Page URL https://github.com/wtetsu/mouse-dictionary/issues
Supported Languages 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": [
                ""
            ]
        }
    ]
}