Telegram ShareLink
Share link directly to telegram.
Co to jest Telegram ShareLink?
Telegram ShareLink to rozszerzenie Chrome opracowane przez hussain3kb, a jego główną funkcją jest „Share link directly to telegram.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Telegram ShareLink
Pobierz pliki rozszerzeń Telegram ShareLink 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 helps to share URL to telegram. Now, you don't need to copy, open telegram and paste.
Podstawowe informacje o rozszerzeniu
Nazwa | Telegram ShareLink |
ID | jpilejapbfhjfbpngkjboghmboflcolm |
Oficjalny URL | https://chromewebstore.google.com/detail/telegram-sharelink/jpilejapbfhjfbpngkjboghmboflcolm |
Opis | Share link directly to telegram. |
Rozmiar pliku | 114 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-11-27 |
Data Publikacji | 2022-11-27 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | hussain3kb |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "name": "Telegram ShareLink", "description": "Share link directly to telegram.", "manifest_version": 3, "permissions": [ "tabs" ], "icons": { "16": "images\/share.png", "48": "images\/share.png", "128": "images\/share.png" }, "action": { "default_icon": "images\/share.png", "default_popup": "popup.html" } } |