WordKache - Save your translations

Save and export your online translations!

WordKache - Save your translations क्या है?

WordKache - Save your translations cirex-web द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save and export your online translations!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WordKache - Save your translations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}