Telegram Translator
This extension automatically translate any text that you type by clicking combination Ctrl + Shift.
Telegram Translator란 무엇입니까?
Telegram Translator은(는) Scrupp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension automatically translate any text that you type by clicking combination Ctrl + Shift."입니다.
확장 프로그램 스크린샷
Telegram Translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Application for automatic text translation in Telegram. Enter a message in your native language and use the Ctrl + Shift key combination to quickly translate the entered text. You can practice the language you are learning by translating only words you don’t know.
확장 프로그램 기본 정보
이름 | Telegram Translator |
ID | pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol |
공식 URL | https://chromewebstore.google.com/detail/telegram-translator/pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol |
설명 | This extension automatically translate any text that you type by clicking combination Ctrl + Shift. |
파일 크기 | 72.02 KB |
설치 횟수 | 1,549 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-12-23 |
출시 날짜 | 2021-12-23 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | Scrupp |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://scrupp.com/policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Telegram Translator", "description": "This extension automatically translate any text that you type by clicking combination Ctrl + Shift.", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "templates\/menu.html" }, "permissions": [ "storage", "https:\/\/web.telegram.org\/*" ], "web_accessible_resources": [ "templates\/pop-up.html" ], "content_scripts": [ { "js": [ "js\/libs\/jquery-3.2.1.min.js", "js\/main.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/web.telegram.org\/*" ], "run_at": "document_end" } ] } |