Translate

A Google Chrome extension which can translate words and sentences into different languages.

Translate क्या है?

Translate Sparsh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Google Chrome extension which can translate words and sentences into different languages."।

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

screenshot
screenshot
screenshot

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

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

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

                        Browsing the internet or reading a blog and don't know the meaning of a word or sentence? Just select any text and press a right-click on any webpage and translate it in your preferred language on the same page using Translate.

Translate is a utility powered by google translator that enables you to translate any word or sentence on the fly without leaving your current page.

# Features- 
* Free.
* No account needed.
* Fast.Lightweight.
* Simple and easy to use.
* Can translate the word from any language.
* Shows the translation on the page itself.
* Supports 134 languages.
* Doesn't collect any data in the background.
* Powered by Google Translate.                    

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

नाम Translate Translate
ID ejjohjoianmepamafhpdbbaghdjkfeoe
आधिकारिक URL https://chromewebstore.google.com/detail/translate/ejjohjoianmepamafhpdbbaghdjkfeoe
विवरण A Google Chrome extension which can translate words and sentences into different languages.
फ़ाइल का आकार 502 KB
स्थापना संख्या 2,340
वर्तमान संस्करण 1.60.134
अंतिम अपडेट 2023-01-21
प्रकाशन तिथि 2020-06-20
रेटिंग 4.61/5 कुल 23 रेटिंग्स
डेवलपर Sparsh
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.linkedin.com/in/sparsh-pipley-6ab0b1a4/
सहायता पृष्ठ URL https://www.linkedin.com/in/sparsh-pipley-6ab0b1a4/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Translate",
    "description": "A Google Chrome extension which can translate words and sentences into different languages.",
    "version": "1.60.134",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js",
                ".\/js\/jquery-3.5.0.min.js",
                ".\/js\/popup.js",
                ".\/js\/materialize.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "icons": {
        "16": "images\/translate-16x16.png",
        "48": "images\/translate-48x48.png",
        "128": "images\/translate-128x128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/translate-19x19.png",
            "38": "images\/translate-38x38.png"
        },
        "default_title": "Translate: click to know how to use.",
        "default_popup": "popup.html"
    },
    "offline_enabled": false,
    "homepage_url": "https:\/\/www.linkedin.com\/in\/sparsh-pipley-6ab0b1a4\/"
}