WordKache - Save your translations
Save and export your online translations!
WordKache - Save your translations là gì?
WordKache - Save your translations là một tiện ích mở rộng Chrome được phát triển bởi cirex-web, và tính năng chính của nó là "Save and export your online translations!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WordKache - Save your translations
Tải xuống các tệp mở rộng WordKache - Save your translations dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WordKache - Save your translations |
ID | iggnlghjaffpnnngboejpclkpioimbog |
URL Chính Thức | https://chromewebstore.google.com/detail/wordkache-save-your-trans/iggnlghjaffpnnngboejpclkpioimbog |
Mô tả | Save and export your online translations! |
Kích Thước Tệp | 212 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 0.8.1 |
Cập Nhật Lần Cuối | 2023-06-20 |
Ngày Phát Hành | 2023-04-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | cirex-web |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |