set alarm

This extension shows a notification at a set time

set alarmคืออะไร?

set alarm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 77120 และคุณลักษณะหลักของมันคือ "This extension shows a notification at a set time"

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

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

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

                        set the time for a notification. You can also be notified with a sound aswell                    

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

ชื่อ set alarm set alarm
ID hkjfacaiaebelbflcbfgbaiejnakildd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hkjfacaiaebelbflcbfgbaiejnakildd
คำอธิบาย This extension shows a notification at a set time
ขนาดไฟล์ 23.05 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-03-04
วันที่เผยแพร่ 2017-03-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา 77120
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "set alarm",
    "icons": {
        "128": "bell-128.png"
    },
    "description": "This extension shows a notification at a set time",
    "author": "Jyro Snoeijen",
    "homepage_url": "http:\/\/www.datastone.nl",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "bell-128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "notifications",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "timer.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}