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", " |