Translation Machine

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

Translation Machineคืออะไร?

Translation Machine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HelloWorld และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translation Machine

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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:\/\/*\/*"
    ]
}