Word Collector in Chrome Extension
I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I…
Word Collector in Chrome Extension란 무엇입니까?
Word Collector in Chrome Extension은(는) hi.ogawa.zz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I…"입니다.
확장 프로그램 스크린샷
Word Collector in Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I took screenshots everytime I met new words on the web, then on weekends I reviewed the words on those pictures and register them to Vocabulary.com. I found that procedure was very tadius, so I started making this application, which enables the tadius process automatically done.
확장 프로그램 기본 정보
이름 | |
ID | jfeinpeakgoblpcelmhdhajmdoeoifap |
공식 URL | https://chrome.google.com/webstore/detail/word-collector-in-chrome/jfeinpeakgoblpcelmhdhajmdoeoifap |
설명 | I was once collecting vocabularies I met on a TV show or any other english texts by using Vocabulary.com. At that time, first I… |
파일 크기 | 305 KB |
설치 횟수 | 59 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2015-11-29 |
출시 날짜 | 2015-11-29 |
평점 | 1.00/5 총 2 개의 평점 |
개발자 | hi.ogawa.zz |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Collector in Chrome Extension", "description": "", "version": "2.0.1", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/16.png", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "background": { "scripts": [ "lib\/jquery.js", "lib\/underscore.js", "lib\/myconfig.js", "contentScript\/backbone\/mylib.js", "eventPage\/eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "contentScript\/contentScript.html", "fonts\/glyphicons-halflings-regular.woff2", "fonts\/glyphicons-halflings-regular.woff", "fonts\/glyphicons-halflings-regular.ttf" ], "permissions": [ "storage", "tabs", " |