Spanish Vocab
Learn spanish vocabulary while you are surfing the web!
Spanish Vocab란 무엇입니까?
Spanish Vocab은(는) Caffelabs, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn spanish vocabulary while you are surfing the web!"입니다.
확장 프로그램 스크린샷
Spanish Vocab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Spanish Vocab let's you learn new spanish words while you are surfing the web! At an interval of your choosing, our extension will show you a spanish vocab card including the spanish word and it's english translation on any website you are on! This is a great passive way to learn new words while you are going about your day on the internet! You can customize your settings to show you a new word every minute, 5 minutes, 15 minutes, 30 minutes, 1 hour, 6 hours, etc. Spanish Vocab currently has over 1,500 unique spanish words to learn and we are adding more every day!
확장 프로그램 기본 정보
이름 | |
ID | hhkafeocbjjkbocepgkmeoaicoipabgj |
공식 URL | https://chrome.google.com/webstore/detail/spanish-vocab/hhkafeocbjjkbocepgkmeoaicoipabgj |
설명 | Learn spanish vocabulary while you are surfing the web! |
파일 크기 | 28.36 KB |
설치 횟수 | 31 |
현재 버전 | 0.2 |
최근 업데이트 | 2020-06-19 |
출시 날짜 | 2020-06-19 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | Caffelabs, LLC |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spanish Vocab", "version": "0.2", "description": "Learn spanish vocabulary while you are surfing the web!", "icons": { "16": "images\/spainflag16.png", "32": "images\/spainflag32.png", "48": "images\/spainflag48.png", "128": "images\/spainflag128.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_icon": { "16": "images\/spainflag16.png", "32": "images\/spainflag32.png", "48": "images\/spainflag48.png", "128": "images\/spainflag128.png" } }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "display.js" ] } ], "manifest_version": 2 } |