Share to Telegram
Shares current page URL to Telegram. You can edit the message before sending it.
Was ist Share to Telegram?
Share to Telegram ist eine Chrome-Erweiterung, die von Made by JP entwickelt wurde, und ihr Hauptmerkmal ist "Shares current page URL to Telegram. You can edit the message before sending it.".
Erweiterungsscreenshots
Share to Telegram-Erweiterungs-CRX-Datei herunterladen
Laden Sie Share to Telegram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Shares current page URL to Telegram. You can edit the message before sending it. Currently, it only works on Windows. The code is available on Github, but it's not under any license. Feel free to do whatever you want with it, following whatever legal restrictions and guidelines you are subject to, of course. This app is unofficial and not endorsed by Telegram in any way.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nofieohmbfbfemolfgcojcnibmcldmif |
Offizielle URL | https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif |
Beschreibung | Shares current page URL to Telegram. You can edit the message before sending it. |
Dateigröße | 12.58 KB |
Installationsanzahl | 602 |
Aktuelle Version | 0.1 |
Letztes Update | 2017-04-08 |
Veröffentlichungsdatum | 2017-04-08 |
Bewertung | 4.89/5 Insgesamt 9 Bewertungen |
Entwickler | Made by JP |
Zahlungsart | free |
Erweiterungswebsite | https://t.me/MadeByJP |
Hilfeseite URL | https://github.com/grub-basket/Share_to_Telegram/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Share to Telegram" }, "name": "Share to Telegram", "description": "Shares current page URL to Telegram. You can edit the message before sending it.", "homepage_url": "https:\/\/telegram.org", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |