TG机器人推送

Tap me and everything done!

什麼是TG机器人推送?

TG机器人推送是由Fndroid開發的Chrome擴展程式,該擴展的主要功能是“Tap me and everything done!”。

擴展截圖

screenshot

下載TG机器人推送擴展crx文件

下載TG机器人推送擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        搭配Telegram的Bot:@notificationme_bot 实现将chrome的数据推送到Telegram中                    

擴展基本資訊

名稱 TG机器人推送 TG机器人推送
ID aiaeplfbkfnjoiinepmhjefpcbpmcigf
官方網址 https://chromewebstore.google.com/detail/tg%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%8E%A8%E9%80%81/aiaeplfbkfnjoiinepmhjefpcbpmcigf
簡介 Tap me and everything done!
檔案大小 22.43 KB
安裝次數 164
目前版本 1.0.1
更新時間 2019-03-11
上架時間 2019-03-10
評分 4.67/5 共 6 次評分
開發者 Fndroid
電子郵箱 [email protected]
付費類型 free
支援的語言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TG\u673a\u5668\u4eba\u63a8\u9001",
    "version": "1.0.1",
    "description": "Tap me and everything done!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "browser_action": {
        "default_icon": "images\/get_started32.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "*",
        "storage",
        "contextMenus"
    ],
    "manifest_version": 2
}