WordKache - Save your translations
Save and export your online translations!
Τι είναι το WordKache - Save your translations;
Το WordKache - Save your translations είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cirex-web, και η κύρια λειτουργία του είναι "Save and export your online translations!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WordKache - Save your translations
Λήψη αρχείων επέκτασης 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"
}
} | |