PTT notifications

八卦版爆點雷達

PTT notificationsคืออะไร?

PTT notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย travisliu.tw และคุณลักษณะหลักของมันคือ "八卦版爆點雷達"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย PTT notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        想掌握鄉民的最新動態
卻又沒時間一一爬文
爆點雷達直接推送即時的爆點給你
快速閱覽鄉民推爆的好文!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PTT notifications PTT notifications
ID cklamipljalifgmhoglocigpbekaghmh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cklamipljalifgmhoglocigpbekaghmh
คำอธิบาย 八卦版爆點雷達
ขนาดไฟล์ 99.84 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-07-10
วันที่เผยแพร่ 2015-07-10
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา travisliu.tw
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PTT notifications",
    "description": "\u516b\u5366\u7248\u7206\u9ede\u96f7\u9054",
    "version": "1.1",
    "minimum_chrome_version": "29",
    "browser_action": {
        "default_icon": "icon64.png",
        "default_title": "Tooltip title",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/ptt.cc\/",
        "https:\/\/www.google-analytics.com\/",
        "background",
        "storage"
    ]
}