Push to Telegram
Push any web content directly to telegram desktop!
Co je Push to Telegram?
Push to Telegram je rozšíření Chrome vyvinuté ClippedIcarus, a jeho hlavní funkcí je „Push any web content directly to telegram desktop!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Push to Telegram
Stáhněte si soubory rozšíření Push 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í
Share pages, links, media, and selected text through Telegram via right-click menu or extension icon. Telegram: t.me/ClippedIcarus Github: https://github.com/Kaleb-Pace/push-to-telegram
Základní Informace o Rozšíření
Název | |
ID | kfbfihpkjhnbphofiejghdhckeofpgpf |
Oficiální URL | https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf |
Popis | Push any web content directly to telegram desktop! |
Velikost souboru | 16.8 KB |
Počet instalací | 1,000 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2017-02-09 |
Datum Vydání | 2017-02-09 |
Hodnocení | 3.07/5 Celkem 14 Hodnocení |
Vývojář | ClippedIcarus |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Push to Telegram", "version": "1.0.1", "description": "Push any web content directly to telegram desktop!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_title": "Push to Telegram" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus" ] } |