pigeon - send to telegram

Send the article to your phone

pigeon - send to telegramとは何ですか?

pigeon - send to telegramはsirpatelによって開発されたChromeの拡張機能で、その主な機能は「Send the article to your phone」です。

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

screenshot

pigeon - send to telegram拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows you to easily send pages from your browser to your phone through telegram. Go to @hereitis_bot in telegram and press start to retrieve your chat id. Input the id into the options page of the extension and you are all set. Whatever page you are on, press the extension button in the top and it will be sent to all of your devices with telegram installed.                    

拡張機能の基本情報

名前 pigeon - send to telegram pigeon - send to telegram
ID bnpiffphfmbngibjjpmmedmldoadmcko
公式URL https://chromewebstore.google.com/detail/pigeon-send-to-telegram/bnpiffphfmbngibjjpmmedmldoadmcko
説明 Send the article to your phone
ファイルサイズ 387 KB
インストール数 53
現在のバージョン 0.0.4
最終更新日 2017-08-16
公開日 2017-08-16
評価 4.20/5 合計 5 レビュー
開発者 sirpatel
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pigeon - send to telegram",
    "short_name": "pigeon",
    "manifest_version": 2,
    "version": "0.0.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "description": "Send the article to your phone",
    "icons": {
        "128": "messenger-128.png",
        "48": "messenger-32.png",
        "32": "messenger-32.png",
        "16": "messenger-16.png"
    },
    "permissions": [
        "https:\/\/api.telegram.org\/*",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "messenger-128.png",
        "default_title": "refresh the page"
    }
}