TAPD提醒

TAPD消息提醒

What is TAPD提醒?

TAPD提醒 is a Chrome extension developed by JK, and its main feature is "TAPD消息提醒".

Extension Screenshots

screenshot

Download TAPD提醒 Extension CRX File

Download TAPD提醒 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        腾讯TAPD的桌面通知提醒, 需要先在TAPD中登录.                    

Extension Basic Information

Name TAPD提醒 TAPD提醒
ID jchpjpphjkcpcehnfhcpefpheeabopal
Official URL https://chromewebstore.google.com/detail/tapd%E6%8F%90%E9%86%92/jchpjpphjkcpcehnfhcpefpheeabopal
Description TAPD消息提醒
File Size 93.92 KB
Installation Count 111
Current Version 1.2.3
Last Updated 2023-03-04
Publish Date 2018-08-02
Rating 4.71/5 Total 7 Ratings
Developer JK
Email [email protected]
Payment Type free
Extension Website https://github.com/bytervip/tapdnotify
Help Page URL https://github.com/bytervip/tapdnotify
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TAPD\u63d0\u9192",
    "version": "1.2.3",
    "description": "TAPD\u6d88\u606f\u63d0\u9192",
    "icons": {
        "16": "images\/icon-google.png",
        "48": "images\/icon-google.png",
        "128": "images\/icon-google.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-google.png",
            "38": "images\/icon-google.png"
        },
        "default_title": "TAPD\u6d88\u606f\u63d0\u9192",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tapd.cn\/*"
            ],
            "js": [
                "js\/base.js",
                "js\/changeView.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "js\/base.js",
            "js\/notify.js"
        ]
    },
    "permissions": [
        "notifications",
        "*:\/\/*.tapd.cn\/*"
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}