Quick Dictionary
search your dictionary cambridge on the go
Quick Dictionaryคืออะไร?
Quick Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tech Board และคุณลักษณะหลักของมันคือ "search your dictionary cambridge on the go"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Dictionary
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quick Dictionary |
ID | hhkpllkpdbjolfmnooionbkpjkeeigjg |
URL อย่างเป็นทางการ | 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" } } } |