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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}