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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |