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
公式URL 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
Eメール [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"
}