Translate Anywhere

You can translate sentences that you select on the web page into various languages. You can also translate the whole page.

Translate Anywhere क्या है?

Translate Anywhere https://orca-soft.net/web द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can translate sentences that you select on the web page into various languages. You can also translate the whole page."।

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

screenshot
screenshot
screenshot

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

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

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

                        By using the icon located at the top right of the browser, you can translate the entire page or any entered text. Additionally, you can select specific text within the page and translate it directly from the right-click menu. This translation feature supports multiple languages, including English, Chinese, Korean, French, German, Italian, Spanish, and Portuguese.

*If the icon at the top right is not displayed, please click the jigsaw puzzle icon and pin the 'Translate Anywhere' icon.                    

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

नाम Translate Anywhere Translate Anywhere
ID hhimhiimpaicidimabokfbdokhpcnmoh
आधिकारिक URL https://chromewebstore.google.com/detail/translate-anywhere/hhimhiimpaicidimabokfbdokhpcnmoh
विवरण You can translate sentences that you select on the web page into various languages. You can also translate the whole page.
फ़ाइल का आकार 93.25 KB
स्थापना संख्या 72,557
वर्तमान संस्करण 4.1.0.1
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2019-11-07
रेटिंग 3.89/5 कुल 53 रेटिंग्स
डेवलपर https://orca-soft.net/web
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://orca-soft.net/web/
सहायता पृष्ठ URL https://orca-soft.net/info/support.php?service=3
गोपनीयता नीति पृष्ठ URL https://orca-soft.net/chrome/pd/html/privacy_policy.html
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extentionTitle__",
    "description": "__MSG_extentionDescription__",
    "version": "4.1.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/orca-soft.net\/web\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_extentionDefault_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/app16.png",
        "32": "icons\/app32.png",
        "64": "icons\/app64.png",
        "128": "icons\/app128.png"
    },
    "background": {
        "scripts": [
            "jq.js",
            "bg.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "jq.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "jq.js",
        "trans.js",
        "popup.html",
        "frame.html",
        "resize.png"
    ]
}