Notify

Extension to notify about important staff

Notifyคืออะไร?

Notify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ariorh และคุณลักษณะหลักของมันคือ "Extension to notify about important staff"

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

screenshot
screenshot
screenshot

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

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

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

                        Это расширение напоминалка, принципиальное отличие в том что: 
когда приходит время, появляется уведомление windows которое имеет две кнопки: отложить или открыть                    

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

ชื่อ Notify Notify
ID ckgchhbmlojfgfgapggojdkpembnmpga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga
คำอธิบาย Extension to notify about important staff
ขนาดไฟล์ 148 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2020-06-04
วันที่เผยแพร่ 2020-06-03
ผู้พัฒนา Ariorh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Ariorh1337/Notify
URL หน้านโยบายความเป็นส่วนตัว http://ariorh.com/privacy.html
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notify",
    "description": "Extension to notify about important staff",
    "version": "0.0.2",
    "browser_action": {
        "default_popup": "popup\/main.html"
    },
    "icons": {
        "16": "\/img\/bell.png",
        "48": "\/img\/bell.png",
        "128": "\/img\/bell.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ]
}