Share to Telegram
Shares current page URL to Telegram. You can edit the message before sending it.
什么是Share to Telegram?
Share to Telegram是由Made by JP开发的Chrome扩展程序,该扩展的主要功能是“Shares current page URL to Telegram. You can edit the message before sending it.”。
扩展截图
下载Share to Telegram扩展crx文件
下载Share to Telegram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shares current page URL to Telegram. You can edit the message before sending it. Currently, it only works on Windows. The code is available on Github, but it's not under any license. Feel free to do whatever you want with it, following whatever legal restrictions and guidelines you are subject to, of course. This app is unofficial and not endorsed by Telegram in any way.
扩展基本信息
名称 | |
ID | nofieohmbfbfemolfgcojcnibmcldmif |
官方URL | https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif |
简介 | Shares current page URL to Telegram. You can edit the message before sending it. |
文件大小 | 12.58 KB |
安装次数 | 602 |
当前版本 | 0.1 |
更新时间 | 2017-04-08 |
上架时间 | 2017-04-08 |
评分 | 4.89/5 共9次评分 |
开发者 | Made by JP |
付费类型 | free |
扩展官网 | https://t.me/MadeByJP |
帮助页面URL | https://github.com/grub-basket/Share_to_Telegram/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Share to Telegram" }, "name": "Share to Telegram", "description": "Shares current page URL to Telegram. You can edit the message before sending it.", "homepage_url": "https:\/\/telegram.org", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |