Share via Telegram
Allows to share current page via Telegram messenger in just one click
Co to jest Share via Telegram?
Share via Telegram to rozszerzenie Chrome opracowane przez Telegram, a jego główną funkcją jest „Allows to share current page via Telegram messenger in just one click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Share via Telegram
Pobierz pliki rozszerzeń Share via Telegram w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows you to share URL of the current page or selected text/link/image to the Telegram app. 'Reading your browsing history' permission is required to get the url of the page you're currently on. Works with Telegram Desktop apps for Windows, MacOS and Linux.
Podstawowe informacje o rozszerzeniu
Nazwa | Share via Telegram |
ID | phhmllhhondgbkaifcompghkadamdanc |
Oficjalny URL | https://chromewebstore.google.com/detail/share-via-telegram/phhmllhhondgbkaifcompghkadamdanc |
Opis | Allows to share current page via Telegram messenger in just one click |
Rozmiar pliku | 25.78 KB |
Liczba instalacji | 1,958 |
Aktualna Wersja | 1.16 |
Ostatnia Aktualizacja | 2022-12-29 |
Data Publikacji | 2019-09-30 |
Ocena | 3.59/5 Łącznie 54 Oceny |
Deweloper | Telegram |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://github.com/evgeniybobok/share_via_telegram/wiki/Privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Share via Telegram", "version": "1.16", "description": "Allows to share current page via Telegram messenger in just one click", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon128.png", "default_title": "Share Page via Telegram" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "tabs" ] } |