Translation Machine

Used to translate all kinds of commonly used social networking sites, so that you better communicate with others.

什麼是Translation Machine?

Translation Machine是由HelloWorld開發的Chrome擴展程式,該擴展的主要功能是“Used to translate all kinds of commonly used social networking sites, so that you better communicate with others.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Translation Machine擴展crx文件

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

擴展使用說明

                        Get better translations for your social networking sites. 
This extension is used to easily translate all kinds of commonly used social networking sites such as Twitter, Discord, YouTube so that you can better communicate with others.

Currently supported websites:
Discord
HackNews
Reddit
Telegram Web (https://web.telegram.org/)
Twitter
YouTuBe


More website support, still under development!!!

Known issues:
If you don't see the translate button, please click the browser refresh button to refresh.

Feedback:
If you have a better idea, please contact me.
If the extension has bugs, please contact me.
If you want to support other sites, please contact me.

Email:
Detail to see the "Contact the publisher"                    

擴展基本資訊

名稱 Translation Machine Translation Machine
ID dagfnicdcbaljffobfdgigjflpdanbic
官方網址 https://chromewebstore.google.com/detail/translation-machine/dagfnicdcbaljffobfdgigjflpdanbic
簡介 Used to translate all kinds of commonly used social networking sites, so that you better communicate with others.
檔案大小 226 KB
安裝次數 46
目前版本 0.1.8
更新時間 2022-11-15
上架時間 2022-11-07
評分 4.00/5 共 1 次評分
開發者 HelloWorld
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://code4you.dev/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "0.1.8",
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/index.js"
    },
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/style.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}