Translator

Translate selected text on web page in google translate

Translator क्या है?

Translator poqdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate selected text on web page in google translate"।

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

screenshot
screenshot

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

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

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

                        If you are want to translate some text on web page you just can right click on this text and choose "translate" and google translate site will be opened and your phrase will be translated.                    

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

नाम Translator Translator
ID igmlicaoohkobcmkccokekdfidmbhpof
आधिकारिक URL https://chromewebstore.google.com/detail/translator/igmlicaoohkobcmkccokekdfidmbhpof
विवरण Translate selected text on web page in google translate
फ़ाइल का आकार 108 KB
स्थापना संख्या 148
वर्तमान संस्करण 0.8.1
अंतिम अपडेट 2020-05-02
प्रकाशन तिथि 2020-05-01
डेवलपर poqdev
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://poqdev.com/privacity
समर्थित भाषाएँ en,ca,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translator",
    "description": "Translate selected text on web page in google translate",
    "version": "0.8.1",
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "icons\/translate-16.png",
        "32": "icons\/translate-32.png",
        "64": "icons\/translate-64.png",
        "128": "icons\/translate-128.png",
        "256": "icons\/translate-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "default_locale": "en"
}