AnkiSoup
A sentences management system for learning languages.
AnkiSoup란 무엇입니까?
AnkiSoup은(는) http://ankisoup.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A sentences management system for learning languages."입니다.
확장 프로그램 스크린샷
AnkiSoup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Anki Soup helps you to find out a new word by Command(Control) + Double click, and stocks sentences from all over the website to this site. ウェブサイトで、Command(Control) + ダブルクリックすると単語の意味を調べることができます。調べた単語はセンテンスと一緒に保存されます。
확장 프로그램 기본 정보
이름 | |
ID | apehnfdjpidbboeiogpfbkhnpbahphng |
공식 URL | https://chrome.google.com/webstore/detail/ankisoup/apehnfdjpidbboeiogpfbkhnpbahphng |
설명 | A sentences management system for learning languages. |
파일 크기 | 38.68 KB |
설치 횟수 | 14 |
현재 버전 | 0.5 |
최근 업데이트 | 2014-01-27 |
출시 날짜 | 2014-01-27 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://ankisoup.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://ankisoup.com/ |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AnkiSoup", "version": "0.5", "description": "A sentences management system for learning languages.", "browser_action": { "default_title": "AnkiSoup", "default_icon": "coffee.png" }, "icons": { "128": "coffee.png", "16": "coffee.png" }, "web_accessible_resources": [ "jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "jquery.growl.css" ], "js": [ "jquery.min.js", "jquery.growl.js", "contents.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "background", "notifications", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/" ] } |