Selection Translator
It's a simple selection translator. No complex UI !
什麼是Selection Translator?
Selection Translator是由Sita's開發的Chrome擴展程式,該擴展的主要功能是“It's a simple selection translator. No complex UI !”。
擴展截圖
下載Selection Translator擴展crx文件
下載Selection Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Just select the text and you are done ! This is time saving, fast and simple to use.
擴展基本資訊
名稱 | Selection Translator |
ID | anhalogecnnmbgojhjffbdfimlpemoop |
官方網址 | https://chromewebstore.google.com/detail/selection-translator/anhalogecnnmbgojhjffbdfimlpemoop |
簡介 | It's a simple selection translator. No complex UI ! |
檔案大小 | 8.42 KB |
安裝次數 | 462 |
目前版本 | 0.1.9 |
更新時間 | 2018-09-05 |
上架時間 | 2018-09-05 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Sita's |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Translator", "version": "0.1.9", "description": "It's a simple selection translator. No complex UI !", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |