Contextual translator
Select the text and click the right button to translate.
什麼是Contextual translator?
Contextual translator是由https://n10.dev開發的Chrome擴展程式,該擴展的主要功能是“Select the text and click the right button to translate.”。
擴展截圖
下載Contextual translator擴展crx文件
下載Contextual translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Impossible easier: - Select the text you want to translate. - Press the right mouse button. - You will get the translation in seconds. Context menu translator is a free software project. You can find the source code at: - https://github.com/edgarmiro/traductor-menu-contextual
擴展基本資訊
名稱 | Contextual translator |
ID | lonkkphbooogeflneiinlchdpbjmipbn |
官方網址 | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
簡介 | Select the text and click the right button to translate. |
檔案大小 | 41.25 KB |
安裝次數 | 5,093 |
目前版本 | 4.0 |
更新時間 | 2023-12-18 |
上架時間 | 2020-03-21 |
評分 | 3.83/5 共 54 次評分 |
開發者 | https://n10.dev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://n10.dev |
支援的語言 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.0", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "author": "Edgar Mir\u00f3", "homepage_url": "https:\/\/www.n10.dev", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "contextMenus" ], "offline_enabled": false, "options_page": "options.html", "background": { "service_worker": "background.js" } } |