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
官方URL 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
}