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開發的Chrome擴展程式,該擴展的主要功能是“You can translate sentences that you select on the web page into various languages. You can also translate the whole page.”。

擴展截圖

screenshot
screenshot
screenshot

下載Translate Anywhere擴展crx文件

下載Translate Anywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}