translate to local language

select text and right click it, then you will see the menu

translate to local language क्या है?

translate to local language zen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "select text and right click it, then you will see the menu"।

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

screenshot

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

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

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

                        select text then right click it...no matter what language you use.                    

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

नाम translate to local language translate to local language
ID ioeanppiclmdjkeijlgebjnmbdpkckem
आधिकारिक URL https://chromewebstore.google.com/detail/translate-to-local-langua/ioeanppiclmdjkeijlgebjnmbdpkckem
विवरण select text and right click it, then you will see the menu
फ़ाइल का आकार 13.96 KB
स्थापना संख्या 21
वर्तमान संस्करण 0.5
अंतिम अपडेट 2020-12-06
प्रकाशन तिथि 2019-12-18
डेवलपर zen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "translate to local language",
    "description": "select text and right click it, then you will see the menu",
    "version": "0.5",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "google_trans.js"
        ]
    },
    "manifest_version": 2
}