Mouse Dictionary

A super fast dictionary for language learners

什麼是Mouse Dictionary?

Mouse Dictionary是由https://mouse-dictionary.netlify.app開發的Chrome擴展程式,該擴展的主要功能是“A super fast dictionary for language learners”。

擴展截圖

screenshot

下載Mouse Dictionary擴展crx文件

下載Mouse Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}