Integrated Language
Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.
Integrated Language란 무엇입니까?
Integrated Language은(는) Shavavo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing."입니다.
확장 프로그램 스크린샷
Integrated Language 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing. By selecting the Language and difficulty, this extension will replace nouns, common phrases, and certain verbs with the language and frequency you specify. Integrated Language is easy to use. Simply select the language you want to learn, the difficulty (frequency of translations), hit start, and watch your page transform. To view the original English, hover over the item. 1/16/17 WHITELISTING AND QUIZLET INTEGRATION ADDED Whitelisting allows you to keep Integrated Language on or off for each domain. Quizlet integration has now been added. Simply connect your account and create notecards by clicking on the translated words in the webpage. Quickly test out your new words with the built-in quick flashcard view.
확장 프로그램 기본 정보
이름 | Integrated Language |
ID | gecndgpfcacjllppgiffgfdhpdgibjan |
공식 URL | https://chromewebstore.google.com/detail/integrated-language/gecndgpfcacjllppgiffgfdhpdgibjan |
설명 | Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing. |
파일 크기 | 777 KB |
설치 횟수 | 53 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Shavavo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Integrated Language", "description": "Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.", "version": "1.0.3", "content_scripts": [ { "matches": [ "*:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/jquery.min.js", "lib\/compromise.js", "inject.js" ], "run_at": "document_end" } ], "icons": { "128": "ILLogo.png" }, "background": { "scripts": [ "config.js", "lib\/jquery.min.js", "lib\/bootstrap.min.js", "lib\/compromise.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage", "identity", "https:\/\/api.quizlet.com\/2.0\/*" ] } |