Click Translator

One click translate on web page. Select a text and click the 'Translator' icon

什麼是Click Translator?

Click Translator是由Click Translator開發的Chrome擴展程式,該擴展的主要功能是“One click translate on web page. Select a text and click the 'Translator' icon”。

擴展截圖

screenshot

下載Click Translator擴展crx文件

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

擴展使用說明

                        Overlay translate provides translation with a single click. Click on the icon near the selected text and get a translation within 1 second.
Features:
✰ One-click translation on any page
✰ Set the translation language from the popup
! You should select the translation language in the extension's popup.                    

擴展基本資訊

名稱 Click Translator Click Translator
ID pmlpcplomjofbnlcihpacmcaahellokg
官方網址 https://chromewebstore.google.com/detail/click-translator/pmlpcplomjofbnlcihpacmcaahellokg
簡介 One click translate on web page. Select a text and click the 'Translator' icon
檔案大小 246 KB
安裝次數 3,721,201
目前版本 0.3.9
更新時間 2023-12-15
上架時間 2022-09-19
評分 4.22/5 共 59 次評分
開發者 Click Translator
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1u34bxOkebBrVl3lrXhFiqCzTFmQPIfnea8oGZF9ezuE/edit?usp=sharing
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,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,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "__MSG_extName__",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "300": "icons\/icon-300.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "translator",
                "enabled": true,
                "path": "rules\/translator.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.3.9"
}