Telegram Messenger (Pin Tab)
Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)!
什么是Telegram Messenger (Pin Tab)?
Telegram Messenger (Pin Tab)是由https://www.senthilprabu.in开发的Chrome扩展程序,该扩展的主要功能是“Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)!”。
扩展截图
下载Telegram Messenger (Pin Tab)扩展crx文件
下载Telegram Messenger (Pin Tab)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FEATURES
- No need to enter your credentials.
- Single click to access your Telegram chats, groups and channels.
- Cross-platform (Windows, Linux, MacOS X).
TELEGRAM MESSENGER FEATURES:
- Telegram is a cloud-based messenger with seamless sync.
- Share an unlimited number of photos, videos and files (doc, zip, mp3, etc.) of up to 1,5 GB each.
- Multi-data center infrastructure and encryption, Telegram is faster and way more secure.
- On top of that, Telegram is free and will stay free.
- Many on-line pots, groups and channels are available for free to join.
PINNED TAB FEATURES:
- Pinned Tabs are small.
- Pinned Tabs don’t have a close button. so you can’t accidentally close them.
- You can still close them by right-clicking on them and selecting Close Tab.
- Pinned Tabs notify you with a blue highlight (glow) when they change.
- Links to other websites open in a new tab so that your Pinned Tab doesn’t change.
- All of the existing Pinned Tabs (when you close browser) will open as Pinned Tabs when you start browser again.
- Additional information about Pinned Tabs http://mzl.la/1BARsAT 扩展基本信息
| 名称 | |
| ID | kochicomoiaalkibahlmglcjdmpeeplj |
| 官方URL | https://chromewebstore.google.com/detail/telegram-messenger-pin-ta/kochicomoiaalkibahlmglcjdmpeeplj |
| 简介 | Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)! |
| 文件大小 | 89.95 KB |
| 安装次数 | 3,872 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-03-27 |
| 上架时间 | 2020-03-27 |
| 评分 | 4.60/5 共5次评分 |
| 开发者 | https://www.senthilprabu.in |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.senthilprabu.in/portfolio/telegram-pin-tab/ |
| 帮助页面URL | http://www.senthilprabu.in/portfolio/telegram-pin-tab/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Telegram Messenger (Pin Tab)",
"description": "Switch to Telegram Messenger (Pin Tab) with a single click or a Hot Key (Alt+3)!",
"version": "1.0",
"manifest_version": 2,
"permissions": [
"*:\/\/web.telegram.org\/*",
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "icons\/telegram.png"
},
"browser_action": {
"default_icon": "icons\/telegram.png",
"default_title": "Switch to Telegram Messenger (Pin Tab)"
},
"options_ui": {
"page": "options\/options.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+3"
},
"description": "Switch to Telegram Messenger (Pin Tab)"
}
}
} | |