Quick Dictionary
search your dictionary cambridge on the go
Quick Dictionary क्या है?
Quick Dictionary Tech Board द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "search your dictionary cambridge on the go"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } |