Spot Translator
Just click and get the translation right below.
什麼是Spot Translator?
Spot Translator是由uoneway開發的Chrome擴展程式,該擴展的主要功能是“Just click and get the translation right below.”。
擴展截圖
下載Spot Translator擴展crx文件
下載Spot Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Most Intuitive Translation Assistant! 📌 With just one click, the translation appears right below the original text, allowing you to view both the original and its translation at a single glance. It's so intuitive! 📌 Supports DeepL, Google, and Naver Papago translation services. 📌 Available in 135 languages including English, Korean, Spanish, Chinese, and more. Usage - When hover over text while holding the Alt key, a blue box surrounding the text will be displayed. If you right-click on it, you'll see the translation just below the original. - By default, you can use translate by the Google Translate API. However, it is highly recommended to use the DeepL(or Naver Papago) API for higher quality translation. This requires additional settings to use, see below for details: https://uoneway.notion.site/Spot-Translator-1826d87aa2d845d093793cee0ca11b29
擴展基本資訊
名稱 | Spot Translator |
ID | bgljcgcfhppljahbdkfgeldgfdjknpfa |
官方網址 | https://chromewebstore.google.com/detail/spot-translator/bgljcgcfhppljahbdkfgeldgfdjknpfa |
簡介 | Just click and get the translation right below. |
檔案大小 | 598 KB |
安裝次數 | 285 |
目前版本 | 0.2.3 |
更新時間 | 2023-12-17 |
上架時間 | 2021-03-01 |
評分 | 4.80/5 共 5 次評分 |
開發者 | uoneway |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://uoneway.notion.site/Spot-Translator-1826d87aa2d845d093793cee0ca11b29 |
隱私政策頁面URL | https://uoneway.notion.site/On-the-spot-Translator-Privacy-Policy-for-Chrome-Extension-1203bad8c582447792b3dc2626416911 |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.3", "manifest_version": 3, "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "storage" ], "action": { "default_icon": "images\/icon.png", "default_popup": "options.html", "default_title": "Spot Translator" }, "icons": { "48": "images\/icon.png" }, "background": { "service_worker": "background\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ " |