Realtime Product Hunt

Never miss a post on Product Hunt with this realtime notification extension for Chrome.

Realtime Product Huntคืออะไร?

Realtime Product Hunt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pusher และคุณลักษณะหลักของมันคือ "Never miss a post on Product Hunt with this realtime notification extension for Chrome."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Realtime Product Hunt

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

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

                        Never miss a post on Product Hunt with this realtime notification extension for Chrome, powered by Pusher.                    

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

ชื่อ Realtime Product Hunt Realtime Product Hunt
ID cbcmhcjgmcclchcebjlfgpeedjcgjfib
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib
คำอธิบาย Never miss a post on Product Hunt with this realtime notification extension for Chrome.
ขนาดไฟล์ 20.81 KB
จำนวนการติดตั้ง 186
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2015-11-02
วันที่เผยแพร่ 2015-11-02
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Pusher
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://pusher.com
URL หน้าช่วยเหลือ https://github.com/pusher/pusher-realtime-producthunt-extension
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Realtime Product Hunt",
    "description": "Never miss a post on Product Hunt with this realtime notification extension for Chrome.",
    "version": "0.2.0",
    "icons": {
        "16": "ph-icon.png",
        "48": "ph-icon.png",
        "128": "ph-icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/js.pusher.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "notifications",
        "storage",
        "http:\/\/localhost\/*",
        "https:\/\/realtime-producthunt.herokuapp.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "browser_action": {
        "default_icon": "ph-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}