DeepL Translator

Hover over highlighted sentences and words to translate them with DeepL.

DeepL Translator क्या है?

DeepL Translator Chris Lo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hover over highlighted sentences and words to translate them with DeepL."।

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

screenshot
screenshot

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

crx प्रारूप में DeepL Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The extension will expedite transferring text highlighted in your current browser tab to a background tab running DeepL's powerful and accurate translation tool. The results are then displayed above the highlighted text. The source and destination languages can be preset via the extension's settings.                    

एक्सटेंशन की मूल जानकारी

नाम DeepL Translator DeepL Translator
ID kgljlkdpcelbbmdfilomhgjaaefofkfh
आधिकारिक URL https://chrome.google.com/webstore/detail/deepl-translator/kgljlkdpcelbbmdfilomhgjaaefofkfh
विवरण Hover over highlighted sentences and words to translate them with DeepL.
फ़ाइल का आकार 168 KB
स्थापना संख्या 11,889
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2021-05-01
प्रकाशन तिथि 2021-01-19
रेटिंग 3.33/5 कुल 15 रेटिंग्स
डेवलपर Chris Lo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://chrislo.ca/deepl
गोपनीयता नीति पृष्ठ URL https://codeforthought.com/privacy
समर्थित भाषाएँ de,en,fr,nl,da,et,es,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,bg,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.7",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chrislo.ca\/deepl",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "deepl-background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "deepl-bridge.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "deepl-page.js",
        "deepl-translator.js",
        "deepl-loading.gif"
    ]
}