Alarm Clock

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

What is Alarm Clock?

Alarm Clock is a Chrome extension developed by http://soubhik.chatterjee.pw, and its main feature is "This is a simple chrome extension and ability to set upto 3 alarm times.".

Extension Screenshots

screenshot

Download Alarm Clock Extension CRX File

Download Alarm Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Alarm Clock Alarm Clock
ID engpdgphngdeimpimkipknieejalbelk
Official URL https://chrome.google.com/webstore/detail/alarm-clock/engpdgphngdeimpimkipknieejalbelk
Description This is a simple chrome extension and ability to set upto 3 alarm times.
File Size 66.27 KB
Installation Count 1,000
Current Version 1.3
Last Updated 2016-10-25
Publish Date 2016-10-25
Rating 1.53/5 Total 45 Ratings
Developer http://soubhik.chatterjee.pw
Payment Type free
Supported Languages 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"
}