Language Tools
Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
什麼是Language Tools?
Language Tools是由https://browsernative.com開發的Chrome擴展程式,該擴展的主要功能是“Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.”。
擴展截圖
下載Language Tools擴展crx文件
下載Language Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily search selected text on Google Dictionary and PowerThesaurus. Translate selected text and web pages using Google Translate. Users can also set their preferred language to translate. Extension by BrowserNative. Not created by or affiliated with Google or PowerThesaurus.com.
擴展基本資訊
名稱 | Language Tools |
ID | ehaplickepiebdimlmbgecbbinldehgn |
官方網址 | https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn |
簡介 | Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button. |
檔案大小 | 8.94 KB |
安裝次數 | 2,000 |
目前版本 | 1.1.0 |
更新時間 | 2023-11-27 |
上架時間 | 2022-02-15 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://browsernative.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://browsernative.com/language-tools/ |
說明頁面URL | https://browsernative.com/language-tools/ |
隱私政策頁面URL | https://browsernative.com/extensions-privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Language Tools", "description": "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.", "version": "1.1.0", "manifest_version": 3, "background": { "service_worker": "sw.js" }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "action": { "default_icon": { "128": "icons\/128.png", "48": "icons\/48.png" }, "default_title": "Translate This Page" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "options_ui": { "page": "\/options\/options.html", "open_in_tab": true }, "homepage_url": "https:\/\/browsernative.com\/language-tools\/" } |