Alarm Clock

This is a simple chrome extension and ability to set upto 3 alarm times.

Alarm Clockคืออะไร?

Alarm Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://soubhik.chatterjee.pw และคุณลักษณะหลักของมันคือ "This is a simple chrome extension and ability to set upto 3 alarm times."

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

screenshot

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

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

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

                        It's an alarm clock for Google Chrome Browser, with a total of 3 alarms. Very small footprint and its free!

Does not need any tabs to be open.                    

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

ชื่อ Alarm Clock Alarm Clock
ID engpdgphngdeimpimkipknieejalbelk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/alarm-clock/engpdgphngdeimpimkipknieejalbelk
คำอธิบาย This is a simple chrome extension and ability to set upto 3 alarm times.
ขนาดไฟล์ 66.27 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2016-10-25
วันที่เผยแพร่ 2016-10-25
คะแนน 1.53/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา http://soubhik.chatterjee.pw
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bell.png",
        "default_title": "Alarm Clock",
        "name": "Alarm Clock",
        "default_popup": "popup.html"
    },
    "description": "This is a simple chrome extension and ability to set upto 3 alarm times.",
    "icons": {
        "128": "bell.png"
    },
    "web_accessible_resources": [
        "bell.png"
    ],
    "name": "Alarm Clock",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "management",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "version": "1.3"
}