A Dict
Look up a word definition in Macmillan English Dictionary.
Vad är A Dict?
A Dict är en Chrome-tillägg utvecklad av DNK Software, och dess huvudfunktion är "Look up a word definition in Macmillan English Dictionary.".
Tilläggsskärmbilder
Ladda ner A Dict-förlängningens CRX-fil
Ladda ner A Dict-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Ever stumbled upon a word you are not sure about while reading a blog post or article? What about getting the word pronunciation, word forms, synonyms, and related phrases in one click? A Dict powered by the amazing Macmillan English Dictionary ™ gives you just that and a bit more. Just right click on a word in question and choose the appropriate menu item or highlight the word and press Alt+S.
Grundläggande Information om Tillägg
Namn | A Dict |
ID | clfjklmdnfnopgdaoapemolbpdbmllba |
Officiell webbadress | https://chromewebstore.google.com/detail/a-dict/clfjklmdnfnopgdaoapemolbpdbmllba |
Beskrivning | Look up a word definition in Macmillan English Dictionary. |
Filstorlek | 31.08 KB |
Antal Installationer | 203 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2015-12-08 |
Publiceringsdatum | 2015-12-08 |
Betyg | 3.40/5 Totalt 5 Betyg |
Utvecklare | DNK Software |
Betalningssätt | free |
Stödda Språk | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "version": "1.0.6", "default_locale": "en", "description": "__MSG_extension_description__", "author": "Denis Korzunov", "background": { "scripts": [ "bg.js" ] }, "icons": { "16": "logo16.png", "64": "logo64.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*" ], "run_at": "document_idle", "all_frames": true, "js": [ "apt.js" ] } ], "commands": { "search-selected-text": { "suggested_key": { "default": "Alt+S" }, "description": "__MSG_hotkey_description__" } }, "permissions": [ "contextMenus", "tabs", " |