Share via Telegram

Allows to share current page via Telegram messenger in just one click

Co je Share via Telegram?

Share via Telegram je rozšíření Chrome vyvinuté Telegram, a jeho hlavní funkcí je „Allows to share current page via Telegram messenger in just one click“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Share via Telegram

Stáhněte si soubory rozšíření Share via 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í

                        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.                    

Základní Informace o Rozšíření

Název Share via Telegram Share via Telegram
ID phhmllhhondgbkaifcompghkadamdanc
Oficiální URL https://chromewebstore.google.com/detail/share-via-telegram/phhmllhhondgbkaifcompghkadamdanc
Popis Allows to share current page via Telegram messenger in just one click
Velikost souboru 25.78 KB
Počet instalací 1,958
Aktuální Verze 1.16
Poslední Aktualizace 2022-12-29
Datum Vydání 2019-09-30
Hodnocení 3.59/5 Celkem 54 Hodnocení
Vývojář Telegram
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://github.com/evgeniybobok/share_via_telegram/wiki/Privacy-policy
Podporované Jazyky 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"
    ]
}