One-Click Translate Selection

Simply select some text and translate from context menu

什麼是One-Click Translate Selection?

One-Click Translate Selection是由Christo Tsvetanov開發的Chrome擴展程式,該擴展的主要功能是“Simply select some text and translate from context menu”。

擴展截圖

screenshot
screenshot

下載One-Click Translate Selection擴展crx文件

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

擴展使用說明

                        Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.                    

擴展基本資訊

名稱 One-Click Translate Selection One-Click Translate Selection
ID cioclchdhgppnbpapkicbhlhbeldplld
官方網址 https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld
簡介 Simply select some text and translate from context menu
檔案大小 44.61 KB
安裝次數 10,000
目前版本 3.02
更新時間 2022-12-31
上架時間 2015-07-24
評分 2.95/5 共 22 次評分
開發者 Christo Tsvetanov
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One-Click Translate Selection",
    "description": "Simply select some text and translate from context menu",
    "version": "3.02",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}