Tieba Notify

Baidu Tieba auto notifier.

什麼是Tieba Notify?

Tieba Notify是由https://kotori.love開發的Chrome擴展程式,該擴展的主要功能是“Baidu Tieba auto notifier.”。

擴展截圖

screenshot

下載Tieba Notify擴展crx文件

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

擴展使用說明

                        自动提醒贴吧消息的扩展程序。包括粉丝、回复、精品、@提到我、回收站提醒。
代码参考自GM脚本:https://greasyfork.org/zh-CN/scripts/5009-%E8%B4%B4%E5%90%A7%E5%9B%9E%E5%A4%8D%E6%8F%90%E9%86%92
GitHub地址:https://github.com/kokororin/TiebaNotify                    

擴展基本資訊

名稱 Tieba Notify Tieba Notify
ID hblmldkegfadhhkcochghnjllhdefaem
官方網址 https://chrome.google.com/webstore/detail/%E8%B4%B4%E5%90%A7%E6%B6%88%E6%81%AF%E6%8F%90%E9%86%92/hblmldkegfadhhkcochghnjllhdefaem
簡介 Baidu Tieba auto notifier.
檔案大小 65.82 KB
安裝次數 22
目前版本 1.2
更新時間 2015-11-30
上架時間 2015-11-30
評分 4.50/5 共 2 次評分
開發者 https://kotori.love
電子郵箱 [email protected]
付費類型 free
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_description__",
    "version": "1.2",
    "default_locale": "zh_CN",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "imgs\/icon-19.png",
            "38": "imgs\/icon-38.png"
        }
    },
    "icons": {
        "16": "imgs\/logo-16.png",
        "32": "imgs\/logo-32.png",
        "48": "imgs\/logo-48.png",
        "128": "imgs\/logo-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*.tieba.baidu.com\/*",
        "notifications"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html"
}