Alarm Clock

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

Alarm Clock क्या है?

Alarm Clock http://soubhik.chatterjee.pw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a simple chrome extension and ability to set upto 3 alarm times."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Alarm Clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}