Vocab Saver
Save Vocab Words
Vocab Saver란 무엇입니까?
Vocab Saver은(는) peterthomasdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save Vocab Words"입니다.
확장 프로그램 스크린샷
Vocab Saver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Using this extension you can add words to vocab lists as you are reading in your browser. This allows you to continue your train of thought with minimal interruptions from new words. Once you are done you can simply copy and paste the list of words into your choice of flashcards or vocab lists. Vocab Saver has a language list for all languages that Google offers.
확장 프로그램 기본 정보
이름 | |
ID | kigpnagaaaipafllijciicggngbpdcbh |
공식 URL | https://chrome.google.com/webstore/detail/vocab-saver/kigpnagaaaipafllijciicggngbpdcbh |
설명 | Save Vocab Words |
파일 크기 | 44.26 KB |
설치 횟수 | 193 |
현재 버전 | 2.1 |
최근 업데이트 | 2017-04-03 |
출시 날짜 | 2017-04-03 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | peterthomasdev |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vocab Saver", "description": "Save Vocab Words", "version": "2.1", "content_security_policy": "script-src 'self' https:\/\/code.getmdl.io\/1.3.0\/material.min.js; object-src 'self'", "permissions": [ "storage", "contextMenus", "activeTab" ], "icons": { "16": "16-bit-icon.ico" }, "browser_action": { "default_icon": "standard-icon.png", "default_popup": "vocabSaver.html" } } |