Tieba Notify

Baidu Tieba auto notifier.

Tieba Notifyคืออะไร?

Tieba Notify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kotori.love และคุณลักษณะหลักของมันคือ "Baidu Tieba auto notifier."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tieba Notify

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}