Share to Telegram
Shares current page URL to Telegram. You can edit the message before sending it.
Share to Telegram là gì?
Share to Telegram là một tiện ích mở rộng Chrome được phát triển bởi Made by JP, và tính năng chính của nó là "Shares current page URL to Telegram. You can edit the message before sending it.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Share to Telegram
Tải xuống các tệp mở rộng Share to Telegram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nofieohmbfbfemolfgcojcnibmcldmif |
URL Chính Thức | https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif |
Mô tả | Shares current page URL to Telegram. You can edit the message before sending it. |
Kích Thước Tệp | 12.58 KB |
Số Lần Cài Đặt | 602 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-04-08 |
Ngày Phát Hành | 2017-04-08 |
Đánh Giá | 4.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Made by JP |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://t.me/MadeByJP |
URL Trang Trợ Giúp | https://github.com/grub-basket/Share_to_Telegram/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } |