Mouse Dictionary

A super fast dictionary for language learners

Mouse Dictionaryคืออะไร?

Mouse Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mouse-dictionary.netlify.app และคุณลักษณะหลักของมันคือ "A super fast dictionary for language learners"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mouse Dictionary

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": [
                ""
            ]
        }
    ]
}