Share via Telegram

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

Share via Telegramとは何ですか?

Share via TelegramはTelegramによって開発されたChromeの拡張機能で、その主な機能は「Allows to share current page via Telegram messenger in just one click」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Share via Telegram拡張機能のCRXファイルをダウンロード

Share via Telegram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Share via Telegram Share via Telegram
ID phhmllhhondgbkaifcompghkadamdanc
公式URL https://chromewebstore.google.com/detail/share-via-telegram/phhmllhhondgbkaifcompghkadamdanc
説明 Allows to share current page via Telegram messenger in just one click
ファイルサイズ 25.78 KB
インストール数 1,958
現在のバージョン 1.16
最終更新日 2022-12-29
公開日 2019-09-30
評価 3.59/5 合計 54 レビュー
開発者 Telegram
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://github.com/evgeniybobok/share_via_telegram/wiki/Privacy-policy
対応言語 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"
    ]
}