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文件
下载Telegram Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } ] } |