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
拡張機能の基本情報
名前 | WordKache - Save your translations |
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 |
Eメール | [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" } } |