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文件
下载Integrated Language扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |