Spanish Dictionary +more
Dictionary, Flashcard and unique feature that you can learn Spanish everyday.
Spanish Dictionary +more란 무엇입니까?
Spanish Dictionary +more은(는) matagotchi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dictionary, Flashcard and unique feature that you can learn Spanish everyday."입니다.
확장 프로그램 스크린샷
Spanish Dictionary +more 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Feature Whenever you visit google, you can learn Spanish. How to use 1. Make FlashCard Translate text with Extension button, or look up dictionary in http://www.spanishdict.com/ . 2. Anki, Learn Just visit Google as usual, and look carefully at the Logo.
확장 프로그램 기본 정보
이름 | |
ID | plgcbneeghhlbeofhccbicaoanejimdc |
공식 URL | https://chrome.google.com/webstore/detail/spanish-dictionary-+more/plgcbneeghhlbeofhccbicaoanejimdc |
설명 | Dictionary, Flashcard and unique feature that you can learn Spanish everyday. |
파일 크기 | 514 KB |
설치 횟수 | 1,000 |
현재 버전 | 0.9.6 |
최근 업데이트 | 2015-02-10 |
출시 날짜 | 2015-02-10 |
평점 | 3.30/5 총 10 개의 평점 |
개발자 | matagotchi |
결제 유형 | free |
지원되는 언어 | en,es,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js", "js\/underscore-min.js" ] }, "browser_action": { "default_icon": "tags_333333_128.png", "default_title": "Spanish Dictionary +more", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/jquery.growl.css", "css\/ankisoup.css" ], "js": [ "js\/jquery.min.js", "js\/jquery.growl.js", "js\/contents.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "tags_333333_128.png", "16": "tags_333333_48.png" }, "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "short_name": "Spanish Dictionary Plus", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "permissions": [ "background", "notifications", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/" ], "version": "0.9.6", "web_accessible_resources": [ "jquery-2.0.3.min.map" ] } |