Trance Translate

Trance is a easy minimalist translator

什麼是Trance Translate?

Trance Translate是由raingart開發的Chrome擴展程式,該擴展的主要功能是“Trance is a easy minimalist translator”。

擴展截圖

screenshot
screenshot

下載Trance Translate擴展crx文件

下載Trance Translate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Trance - is an extension of the simple lite translator for your browser. Open-source, simple, no malware, no ads, for personal use.

available opportunities:
1) Select the text you want to translate (context menu or panel icon).
2) translation of entered words, sentence.
3) speak the voice of the translated text.

I hope you enjoyed this extension. Please leave an honest rating you think this extension deserves. Or better make a donation;). It is important for me to hear your opinion, it gives me the feeling that all the efforts were not in vain. I really appreciate it.

Also, if you have the time and desire, go to the Github project page where you can improve the code slightly.
I am very grateful to everyone who responds!                    

擴展基本資訊

名稱 Trance Translate Trance Translate
ID fnhpjnlhllbbpfaapjfcpbbninjigjjo
官方網址 https://chromewebstore.google.com/detail/trance-translate/fnhpjnlhllbbpfaapjfcpbbninjigjjo
簡介 Trance is a easy minimalist translator
檔案大小 38.82 KB
安裝次數 360
目前版本 0.5.14
更新時間 2018-08-24
上架時間 2018-08-24
評分 5.00/5 共 1 次評分
開發者 raingart
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/raingart/Trance-Translate-extension
說明頁面URL https://github.com/raingart/Trance-Translate-extension/issues
支援的語言 en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "0.5.14",
    "author": "raingart",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "https:\/\/translate.google.com\/*"
    ],
    "background": {
        "page": "\/html\/background.html",
        "persistent": true
    },
    "options_page": "\/html\/options.html",
    "options_ui": {
        "chrome_style": false,
        "page": "\/html\/options.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "\/icons\/16.png",
            "48": "\/icons\/48.png",
            "128": "\/icons\/128.png"
        },
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "commands": {
        "translate-hotkey": {
            "description": "__MSG_hotkey_translate_notification_desc__",
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            }
        }
    }
}