Remember It
The best tool for learning words. Creating flashcards and reviewing words has never been easier.
Remember It란 무엇입니까?
Remember It은(는) https://rmmbrit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best tool for learning words. Creating flashcards and reviewing words has never been easier."입니다.
확장 프로그램 스크린샷
Remember It 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Builtin Dictionary (Alt+Click) ====================== Using Remember It’s browser extension, you can look up a word’s definition and make a flashcard instantly in the web page you’re viewing (English/French/German/Spanish/Italian/Portuguese dictionaries are supported). Use Your Favorite Dictionary ====================== The browser extension also enables you to make your own flashcards using your favorite dictionary. Supported dictionary sites are: * http://merriam-webster.com * http://dictionary.cambridge.org * http://www.ldoceonline.com * http://urbandictionary.com * http://dic.naver.com If you want another dictionary support, please email us. [email protected]
확장 프로그램 기본 정보
이름 | |
ID | dffodgojikaglklfegjnmbdoehbamoon |
공식 URL | https://chrome.google.com/webstore/detail/remember-it/dffodgojikaglklfegjnmbdoehbamoon |
설명 | The best tool for learning words. Creating flashcards and reviewing words has never been easier. |
파일 크기 | 312 KB |
설치 횟수 | 412 |
현재 버전 | 0.3.5 |
최근 업데이트 | 2015-08-07 |
출시 날짜 | 2015-08-07 |
평점 | 3.58/5 총 12 개의 평점 |
개발자 | https://rmmbrit.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.3.5", "name": "Remember It", "description": "The best tool for learning words. Creating flashcards and reviewing words has never been easier.", "icons": { "48": "ico_48.png", "128": "ico_128.png", "256": "ico_256.png" }, "browser_action": { "default_icon": { "38": "ico_38.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "http:\/\/rmmbrit.com\/", "https:\/\/rmmbrit.com\/", "https:\/\/clients5.google.com\/" ], "background": { "scripts": [ "tabs.js", "zepto-1.1.6.js", "underscore.js", "backbone.js", "common.js", "background.js" ] }, "content_scripts": [ { "matches": [ " |