Simple Translator

Right click to the word or phrase to translate using the Google Translator. Online translation

Simple Translator क्या है?

Simple Translator Erik Cornwell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right click to the word or phrase to translate using the Google Translator. Online translation"।

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

screenshot

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

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

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

                        Right click on the word or phrase to translate using the Google Translator. Online translation

🌐 Translate with Ease! Right-click on any word or phrase to access Google Translator for instant online translation.

🔗 Extension Features:
Quickly translate words on the current web page using Google Translator by right-clicking on the desired text.

⚙️ Easy Configuration:
Set your preferred language in the extension settings, allowing the translator to automatically detect the site's language based on your location.

🌐 Multilingual Capabilities:
Translate seamlessly between a wide range of languages.

🔒 Privacy Policy:
Use the "Web Translator" extension at your own risk; no warranty is provided. The author bears no responsibility for any data loss or damage resulting from its use. By using "Web Translator," you agree to these terms.

🔄 Two Convenient Translation Options:
Enjoy a user-friendly translator with the ability to translate by double-clicking on a word during reading or by copying and pasting larger text into the extension's popup.

🎨 Beautiful Design:
Navigate effortlessly through the extension's functionalities with its visually appealing design. Choose the color theme that suits you best.

📖 Efficient Reading:
Read foreign text quickly and understand every word by translating the entire page at once. Use the translation button in the context menu or the extension's popup.

🕰️ History and Favorites:
"Click to Translate" remembers your language history, eliminating the need to choose it repeatedly. Simply add your favorites to the quick menu.

🚫 Disclaimer:
The "Web Translator" Chrome extension is independent of the popular site https://translate.google.com. All copyrights belong to their respective owners. This extension is not supported, sponsored, or owned by Google Inc.

📚 Copyright Acknowledgment:
All copyrights are duly acknowledged and belong to their respective owners. Google does not endorse or sponsor this Chrome extension.                    

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

नाम Simple Translator Simple Translator
ID lojpdfjjionbhgplcangflkalmiadhfi
आधिकारिक URL https://chromewebstore.google.com/detail/simple-translator/lojpdfjjionbhgplcangflkalmiadhfi
विवरण Right click to the word or phrase to translate using the Google Translator. Online translation
फ़ाइल का आकार 169 KB
स्थापना संख्या 1,595,389
वर्तमान संस्करण 1.1.27
अंतिम अपडेट 2024-02-01
प्रकाशन तिथि 2021-05-19
रेटिंग 4.72/5 कुल 4233 रेटिंग्स
डेवलपर Erik Cornwell
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://simtranslator.com/privacy-policy.html
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "data\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/img\/128.png",
        "48": "assets\/img\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "action": {
        "default_icon": "assets\/img\/128.png",
        "default_title": "Translator",
        "default_popup": "app.html"
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "data\/translate.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "Simple Translator",
    "version": "1.1.27",
    "web_accessible_resources": [
        {
            "resources": [
                "data\/*",
                "assets\/img\/*",
                "assets\/css\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}