pigeon - send to telegram
Send the article to your phone
什麼是pigeon - send to telegram?
pigeon - send to telegram是由sirpatel開發的Chrome擴展程式,該擴展的主要功能是“Send the article to your phone”。
擴展截圖
下載pigeon - send to telegram擴展crx文件
下載pigeon - send to telegram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | pigeon - send to telegram |
ID | bnpiffphfmbngibjjpmmedmldoadmcko |
官方網址 | https://chromewebstore.google.com/detail/pigeon-send-to-telegram/bnpiffphfmbngibjjpmmedmldoadmcko |
簡介 | Send the article to your phone |
檔案大小 | 387 KB |
安裝次數 | 53 |
目前版本 | 0.0.4 |
更新時間 | 2017-08-16 |
上架時間 | 2017-08-16 |
評分 | 4.20/5 共 5 次評分 |
開發者 | sirpatel |
付費類型 | free |
支援的語言 | 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" } } |