Telegram Share
Share the current page via Telegram messenger in just one click
什么是Telegram Share?
Telegram Share是由IdeasForTelegram开发的Chrome扩展程序,该扩展的主要功能是“Share the current page via Telegram messenger in just one click”。
扩展截图
下载Telegram Share扩展crx文件
下载Telegram Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to share any webpage, youtube video etc. to your Telegram contacts with one click!
Works with Telegram Desktop and Telegram Web! 扩展基本信息
| 名称 | |
| ID | fidbmokgkfolkdemodnghigjflilchhm |
| 官方URL | https://chromewebstore.google.com/detail/telegram-share/fidbmokgkfolkdemodnghigjflilchhm |
| 简介 | Share the current page via Telegram messenger in just one click |
| 文件大小 | 11.52 KB |
| 安装次数 | 3,539 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-01-31 |
| 上架时间 | 2016-01-31 |
| 评分 | 3.83/5 共72次评分 |
| 开发者 | IdeasForTelegram |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon128.png",
"default_title": "Forward to Telegram"
},
"description": "Share the current page via Telegram messenger in just one click",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"manifest_version": 2,
"name": "Telegram Share",
"permissions": [
"activeTab"
],
"version": "1.0"
} | |