WebTranslate

WebTranslate give you the ability to translate your web page in 104 different languages!.

WebTranslate क्या है?

WebTranslate Mohamed Arradi-Alaoui द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebTranslate give you the ability to translate your web page in 104 different languages!."।

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

screenshot

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

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

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

                        WebTranslate is an Open Source add-on which allow you to translate your web page in more than 100 differents languages.

And all of this comes with one small ergonomic contextual menu when you right click on one of your web pages. (See attached screenshots below).

Features available

** You can choose your translate engine between Google or Bing. More translate engine will come up later !.

** If you require to keep your current page, it is possible, you can choose how the new translate page will come up (in a new tab or use the current one).

If you have any improvements to add or suggestions, please you are welcome to send to me by email to [email protected].                    

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

नाम WebTranslate WebTranslate
ID gdmapdijiljmjingeihifkgchmfiaaic
आधिकारिक URL https://chromewebstore.google.com/detail/webtranslate/gdmapdijiljmjingeihifkgchmfiaaic
विवरण WebTranslate give you the ability to translate your web page in 104 different languages!.
फ़ाइल का आकार 64.81 KB
स्थापना संख्या 1,955
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-06-13
प्रकाशन तिथि 2019-06-13
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Mohamed Arradi-Alaoui
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL http://arradimohamed.fr
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "1.0.0",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/data\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "browser_style": false,
        "default_popup": ".\/data\/html\/popup_menu.html",
        "default_icon": {
            "16": "\/images\/weTranslate16.png",
            "32": "\/images\/weTranslate32.png",
            "48": "\/images\/weTranslate48.png",
            "128": "\/images\/weTranslate128.png"
        }
    },
    "icons": {
        "16": "\/images\/weTranslate16.png",
        "32": "\/images\/weTranslate32.png",
        "48": "\/images\/weTranslate48.png",
        "128": "\/images\/weTranslate128.png"
    },
    "manifest_version": 2
}