A Dict
Look up a word definition in Macmillan English Dictionary.
Was ist A Dict?
A Dict ist eine Chrome-Erweiterung, die von DNK Software entwickelt wurde, und ihr Hauptmerkmal ist "Look up a word definition in Macmillan English Dictionary.".
Erweiterungsscreenshots
A Dict-Erweiterungs-CRX-Datei herunterladen
Laden Sie A Dict-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | A Dict |
ID | clfjklmdnfnopgdaoapemolbpdbmllba |
Offizielle URL | https://chromewebstore.google.com/detail/a-dict/clfjklmdnfnopgdaoapemolbpdbmllba |
Beschreibung | Look up a word definition in Macmillan English Dictionary. |
Dateigröße | 31.08 KB |
Installationsanzahl | 203 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2015-12-08 |
Veröffentlichungsdatum | 2015-12-08 |
Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
Entwickler | DNK Software |
Zahlungsart | free |
Unterstützte Sprachen | 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", " |