Telegram Pusher

Push URLs, images and notes to Telegram

Telegram Pusherとは何ですか?

Telegram PusherはOH1 Appsによって開発されたChromeの拡張機能で、その主な機能は「Push URLs, images and notes to Telegram」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        IF YOU EXPERIENCE DOUBLED MESSAGES AFTER INSTALL, PLEASE RESTART YOUR BROWSER!

v.2.1
- multiple bots/accounts can be added

With Telegram Pusher  you can easily deliver content from your browser to your Telegram chat.

Currently Telegram Pusher can send:
- current tab URL
- photo
- selected text
- link
- note

Configuration is straightforward and 100% secure - all data is sent by direct calls to Telegram API and isn't stored or routed anywhere else.
You can add as amny account as you wish, and easily push web content to any of them.                    

拡張機能の基本情報

名前 Telegram Pusher Telegram Pusher
ID ebhigbmhamklhjnaleccblonlaimplin
公式URL https://chromewebstore.google.com/detail/telegram-pusher/ebhigbmhamklhjnaleccblonlaimplin
説明 Push URLs, images and notes to Telegram
ファイルサイズ 56.75 KB
インストール数 271
現在のバージョン 2.1
最終更新日 2023-03-16
公開日 2020-07-20
評価 4.17/5 合計 6 レビュー
開発者 OH1 Apps
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://oh1apps.github.io/telegram_pusher.html
ヘルプページのURL https://oh1apps.github.io/telegram_pusher.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Telegram Pusher",
    "short_name": "TelePush",
    "description": "Push URLs, images and notes to Telegram",
    "version": "2.1",
    "minimum_chrome_version": "93",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "notifications",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "assets\/t16.png",
        "32": "assets\/t32.png",
        "48": "assets\/t48.png",
        "128": "assets\/t128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": "assets\/t16.png"
    }
}