Telegram ShareLink
Share link directly to telegram.
什么是Telegram ShareLink?
Telegram ShareLink是由hussain3kb开发的Chrome扩展程序,该扩展的主要功能是“Share link directly to telegram.”。
扩展截图
下载Telegram ShareLink扩展crx文件
下载Telegram ShareLink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps to share URL to telegram.
Now, you don't need to copy, open telegram and paste. 扩展基本信息
| 名称 | |
| ID | jpilejapbfhjfbpngkjboghmboflcolm |
| 官方URL | https://chromewebstore.google.com/detail/telegram-sharelink/jpilejapbfhjfbpngkjboghmboflcolm |
| 简介 | Share link directly to telegram. |
| 文件大小 | 114 KB |
| 安装次数 | 21 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-11-27 |
| 上架时间 | 2022-11-27 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | hussain3kb |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0",
"name": "Telegram ShareLink",
"description": "Share link directly to telegram.",
"manifest_version": 3,
"permissions": [
"tabs"
],
"icons": {
"16": "images\/share.png",
"48": "images\/share.png",
"128": "images\/share.png"
},
"action": {
"default_icon": "images\/share.png",
"default_popup": "popup.html"
}
} | |