Telegram Share

Share the current page via Telegram messenger in just one click

Telegram Shareとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        This extension allows you to share any webpage, youtube video etc. to your Telegram contacts with one click!
Works with Telegram Desktop and Telegram Web!                    

拡張機能の基本情報

名前 Telegram Share Telegram Share
ID fidbmokgkfolkdemodnghigjflilchhm
公式URL https://chromewebstore.google.com/detail/telegram-share/fidbmokgkfolkdemodnghigjflilchhm
説明 Share the current page via Telegram messenger in just one click
ファイルサイズ 11.52 KB
インストール数 3,539
現在のバージョン 1.0
最終更新日 2016-01-31
公開日 2016-01-31
評価 3.83/5 合計 72 レビュー
開発者 IdeasForTelegram
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Forward to Telegram"
    },
    "description": "Share the current page via Telegram messenger in just one click",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Telegram Share",
    "permissions": [
        "activeTab"
    ],
    "version": "1.0"
}