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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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", " |