Push to Telegram
Push any web content directly to telegram desktop!
Vad är Push to Telegram?
Push to Telegram är en Chrome-tillägg utvecklad av ClippedIcarus, och dess huvudfunktion är "Push any web content directly to telegram desktop!".
Tilläggsskärmbilder
Ladda ner Push to Telegram-förlängningens CRX-fil
Ladda ner Push to Telegram-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | kfbfihpkjhnbphofiejghdhckeofpgpf |
Officiell webbadress | https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf |
Beskrivning | Push any web content directly to telegram desktop! |
Filstorlek | 16.8 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2017-02-09 |
Publiceringsdatum | 2017-02-09 |
Betyg | 3.07/5 Totalt 14 Betyg |
Utvecklare | ClippedIcarus |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |