WordKache - Save your translations
Save and export your online translations!
什么是WordKache - Save your translations?
WordKache - Save your translations是由cirex-web开发的Chrome扩展程序,该扩展的主要功能是“Save and export your online translations!”。
扩展截图
下载WordKache - Save your translations扩展crx文件
下载WordKache - Save your translations扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you want to save time learning a language? Do you find yourself using online translation sites to translate the same phrases over and over again? That's why we built WordKache, a tool to auto-save, organize, and export your online translations so you can spend your time most effectively - learning exactly what you don't know.
Currently supported sites:
✔ Google Translate
✔ DeepL
Common mispellings: Word Kache, WordCache, Word Cache 扩展基本信息
| 名称 | |
| ID | iggnlghjaffpnnngboejpclkpioimbog |
| 官方URL | https://chromewebstore.google.com/detail/wordkache-save-your-trans/iggnlghjaffpnnngboejpclkpioimbog |
| 简介 | Save and export your online translations! |
| 文件大小 | 212 KB |
| 安装次数 | 37 |
| 当前版本 | 0.8.1 |
| 更新时间 | 2023-06-20 |
| 上架时间 | 2023-04-30 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | cirex-web |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WordKache - Save your translations",
"short_name": "WordKache",
"description": "Save and export your online translations!",
"version": "0.8.1",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "Open WordKache Popup"
},
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"permissions": [
"storage",
"webRequest",
"alarms",
"offscreen"
],
"host_permissions": [
"*:\/\/translate.google.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/translate.google.com\/*",
"*:\/\/www.deepl.com\/*",
"*:\/\/www.spanishdict.com\/*",
"*:\/\/www.bing.com\/translator\/*",
"*:\/\/www.translatedict.com\/*",
"*:\/\/www.translate.com\/*",
"*:\/\/www.online-translator.com\/*",
"*:\/\/www.collinsdictionary.com\/*",
"*:\/\/www.reverso.net\/*",
"*:\/\/translate.yandex.com\/*",
"*:\/\/www.freetranslations.org\/*",
"*:\/\/mymemory.translated.net\/*",
"*:\/\/www.babelfish.com\/*",
"*:\/\/www.linguee.com\/*"
],
"js": [
"\/chromeServices\/contentScript\/index.js"
]
}
],
"background": {
"service_worker": "\/chromeServices\/background\/index.js",
"type": "module"
}
} | |