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
官方網址 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
電子郵箱 [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"
    }
}