My translator

My translator - In-context translator tool. Select and click - get translation

My translator क्या है?

My translator Tracy Cooper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "My translator - In-context translator tool. Select and click - get translation"।

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

screenshot

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

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

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

                        My Translator is a translator tool from one language to another. You don’t have to leave the page to get a translation - we show the translation tool INLINE.

Features:
⭐ Inline translator tool 
⭐ Select the default language (Change in the popup)
⭐ Run translator in the popup                    

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

नाम My translator My translator
ID chlmfnfjlieaejfpcgjkkillpnllmiai
आधिकारिक URL https://chrome.google.com/webstore/detail/my-translator/chlmfnfjlieaejfpcgjkkillpnllmiai
विवरण My translator - In-context translator tool. Select and click - get translation
फ़ाइल का आकार 128 KB
स्थापना संख्या 500,000
वर्तमान संस्करण 0.13.3
अंतिम अपडेट 2020-11-18
प्रकाशन तिथि 2020-11-03
रेटिंग 4.07/5 कुल 28 रेटिंग्स
डेवलपर Tracy Cooper
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://1drv.ms/w/s!AlgAs--DbB1qgRMFAmL11amd8Bbt?e=nkqvOv
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "inject\/inject.css"
            ],
            "js": [
                "jquery.js",
                "inject\/inject.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "web_accessible_resources": [
        "icons\/*"
    ],
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "version": "0.13.3"
}