Quick Dictionary
search your dictionary cambridge on the go
什麼是Quick Dictionary?
Quick Dictionary是由Tech Board開發的Chrome擴展程式,該擴展的主要功能是“search your dictionary cambridge on the go”。
擴展截圖
下載Quick Dictionary擴展crx文件
下載Quick Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quick Dictionary (QD) is your dictionary on the go.
Quickly lookup any word while surfing the web; look up work on most website
Quick Dictionary utilize Dictionary Cambridge online to look up new word, pronunciation (US&UK).
Use QD in two ways:
1. With context menu
-double-click on the word to select it
-Right-click to the text
-Click Quick Dictionary
2. With Keyboard shortcut
- double-click on the word to select it
- Enter Hotkey: Ctrl + Shift + L
Feature:
- Dictionary open in a new popup windows and reuse the same popup window
for the next lookup (so you will not be overwhelmed with new windows).
- Disable or Enable the Auto-speak feature
- Listen in US or UK pronunciation
Thank you for using this Chrome extension. Feel free to share it with others. 擴展基本資訊
| 名稱 | |
| ID | hhkpllkpdbjolfmnooionbkpjkeeigjg |
| 官方網址 | https://chromewebstore.google.com/detail/quick-dictionary/hhkpllkpdbjolfmnooionbkpjkeeigjg |
| 簡介 | search your dictionary cambridge on the go |
| 檔案大小 | 63.95 KB |
| 安裝次數 | 1,133 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2020-06-29 |
| 上架時間 | 2020-06-28 |
| 評分 | 4.90/5 共 92 次評分 |
| 開發者 | Tech Board |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Quick Dictionary",
"description": "search your dictionary cambridge on the go",
"version": "1.0.1",
"icons": {
"128": "\/img\/icon128.png",
"48": "\/img\/icon48.png",
"16": "\/img\/icon16.png"
},
"background": {
"scripts": [
"eventPage.js",
"background.js"
],
"persistent": false
},
"permissions": [
"storage",
"tabs",
"activeTab",
"contextMenus",
"tts"
],
"browser_action": {
"default_popup": "popup.html"
},
"commands": {
"loopup_selected_text": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "MacCtrl+Shift+L"
},
"description": "Hotkey lookup the selected text Quick Dictionary"
}
}
} | |