pigeon - send to telegram
Send the article to your phone
pigeon - send to telegram là gì?
pigeon - send to telegram là một tiện ích mở rộng Chrome được phát triển bởi sirpatel, và tính năng chính của nó là "Send the article to your phone".
Ả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 pigeon - send to telegram
Tải xuống các tệp mở rộng pigeon - send 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
This extension allows you to easily send pages from your browser to your phone through telegram. Go to @hereitis_bot in telegram and press start to retrieve your chat id. Input the id into the options page of the extension and you are all set. Whatever page you are on, press the extension button in the top and it will be sent to all of your devices with telegram installed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | pigeon - send to telegram |
ID | bnpiffphfmbngibjjpmmedmldoadmcko |
URL Chính Thức | https://chromewebstore.google.com/detail/pigeon-send-to-telegram/bnpiffphfmbngibjjpmmedmldoadmcko |
Mô tả | Send the article to your phone |
Kích Thước Tệp | 387 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2017-08-16 |
Ngày Phát Hành | 2017-08-16 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | sirpatel |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "pigeon - send to telegram", "short_name": "pigeon", "manifest_version": 2, "version": "0.0.4", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "description": "Send the article to your phone", "icons": { "128": "messenger-128.png", "48": "messenger-32.png", "32": "messenger-32.png", "16": "messenger-16.png" }, "permissions": [ "https:\/\/api.telegram.org\/*", "storage", "tabs" ], "browser_action": { "default_icon": "messenger-128.png", "default_title": "refresh the page" } } |