A Dict
Look up a word definition in Macmillan English Dictionary.
什么是A Dict?
A Dict是由DNK Software开发的Chrome扩展程序,该扩展的主要功能是“Look up a word definition in Macmillan English Dictionary.”。
扩展截图
下载A Dict扩展crx文件
下载A Dict扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | A Dict |
ID | clfjklmdnfnopgdaoapemolbpdbmllba |
官方URL | https://chromewebstore.google.com/detail/a-dict/clfjklmdnfnopgdaoapemolbpdbmllba |
简介 | Look up a word definition in Macmillan English Dictionary. |
文件大小 | 31.08 KB |
安装次数 | 203 |
当前版本 | 1.0.6 |
更新时间 | 2015-12-08 |
上架时间 | 2015-12-08 |
评分 | 3.40/5 共5次评分 |
开发者 | DNK Software |
付费类型 | free |
支持的语言 | 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", " |