Push to Telegram

Push any web content directly to telegram desktop!

Push to Telegramとは何ですか?

Push to TelegramはClippedIcarusによって開発されたChromeの拡張機能で、その主な機能は「Push any web content directly to telegram desktop!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Share pages, links, media, and selected text through Telegram via right-click menu or extension icon. 


Telegram: t.me/ClippedIcarus
Github: https://github.com/Kaleb-Pace/push-to-telegram                    

拡張機能の基本情報

名前 Push to Telegram Push to Telegram
ID kfbfihpkjhnbphofiejghdhckeofpgpf
公式URL https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf
説明 Push any web content directly to telegram desktop!
ファイルサイズ 16.8 KB
インストール数 1,000
現在のバージョン 1.0.1
最終更新日 2017-02-09
公開日 2017-02-09
評価 3.07/5 合計 14 レビュー
開発者 ClippedIcarus
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push to Telegram",
    "version": "1.0.1",
    "description": "Push any web content directly to telegram desktop!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Push to Telegram"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus"
    ]
}