Plug Notify

A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.

Plug Notifyคืออะไร?

Plug Notify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.stephentvedt.com และคุณลักษณะหลักของมันคือ "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat."

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

screenshot

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

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

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

                        A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.

Now with customizable notifications!                    

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

ชื่อ Plug Notify Plug Notify
ID ofoajhhdimlfpfhdcngpfakkippmdkel
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/plug-notify/ofoajhhdimlfpfhdcngpfakkippmdkel
คำอธิบาย A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.
ขนาดไฟล์ 84.43 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-11-14
วันที่เผยแพร่ 2017-11-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://www.stephentvedt.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/stvedt/Plug-Notify
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plug Notify",
    "description": "A Chrome Extension that sends desktop notifications about current song being played and @mentions in chat.",
    "version": "1.0.0",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/plug.dj\/*",
                "https:\/\/plug.dj\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/plug.dj\/*",
        "https:\/\/plug.dj\/*"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "main.js"
    ]
}