pigeon - send to telegram
Send the article to your phone
Co je pigeon - send to telegram?
pigeon - send to telegram je rozšíření Chrome vyvinuté sirpatel, a jeho hlavní funkcí je „Send the article to your phone“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření pigeon - send to telegram
Stáhněte si soubory rozšíření pigeon - send to telegram ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | pigeon - send to telegram |
ID | bnpiffphfmbngibjjpmmedmldoadmcko |
Oficiální URL | https://chromewebstore.google.com/detail/pigeon-send-to-telegram/bnpiffphfmbngibjjpmmedmldoadmcko |
Popis | Send the article to your phone |
Velikost souboru | 387 KB |
Počet instalací | 53 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2017-08-16 |
Datum Vydání | 2017-08-16 |
Hodnocení | 4.20/5 Celkem 5 Hodnocení |
Vývojář | sirpatel |
Typ Platby | free |
Podporované Jazyky | 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" } } |