Vocapp Beta
Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.
Vocapp Beta란 무엇입니까?
Vocapp Beta은(는) http://getvocapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list."입니다.
확장 프로그램 스크린샷
Vocapp Beta 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list. We are currently in beta mode. Please give us a try and help us improve Vocapp!
확장 프로그램 기본 정보
이름 | |
ID | oebpkilfefgadcbdagiojiholghfemoj |
공식 URL | https://chrome.google.com/webstore/detail/vocapp-beta/oebpkilfefgadcbdagiojiholghfemoj |
설명 | Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list. |
파일 크기 | 412 KB |
설치 횟수 | 176 |
현재 버전 | 1.5 |
최근 업데이트 | 2014-08-17 |
출시 날짜 | 2014-08-17 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | http://getvocapp.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vocapp Beta", "description": "Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.", "version": "1.5", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "tabs", "storage", "background" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": "img\/favicon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "fonts\/ProximaNova-Regular.otf", "fonts\/ProximaNova-Bold.otf", "css\/content-script-styles.css", "img\/arrow.png", "img\/brown-arrow.png", "img\/blue-arrow.png", "img\/dictionary-loading.gif", "img\/loading-within.gif", "img\/blue-dictionary-loading.gif", "img\/arrow-bottom.png", "img\/def-icon.png", "img\/V.png", "img\/audio.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content-script-styles.css" ], "js": [ "js\/jquery.js", "js\/jquery-mousewheel-3.1.9\/jquery.mousewheel.js", "js\/content_script.js" ], "all_frames": true } ], "background": { "persistent": false, "page": "background.html" }, "options_page": "options.html" } |