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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}