Mini Translator
Translate a text to a different language
什麼是Mini Translator?
Mini Translator是由axel_vc開發的Chrome擴展程式,該擴展的主要功能是“Translate a text to a different language”。
擴展截圖
下載Mini Translator擴展crx文件
下載Mini Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple translator extension, you can translate selected text or use the toolbar to get a translation of any text. Translations are obtained by Google Translate. 擴展基本資訊
| 名稱 | |
| ID | godoijpcenklboeghnkeafimbadkgiib |
| 官方網址 | https://chromewebstore.google.com/detail/mini-translator/godoijpcenklboeghnkeafimbadkgiib |
| 簡介 | Translate a text to a different language |
| 檔案大小 | 96.5 KB |
| 安裝次數 | 213 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2022-03-29 |
| 上架時間 | 2022-03-28 |
| 開發者 | axel_vc |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/axelvc/mini_translator |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.0",
"name": "Mini Translator",
"description": "Translate a text to a different language",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": "background\/main.js"
},
"permissions": [
"storage",
"contextMenus"
],
"web_accessible_resources": [
{
"matches": [
" | |