Alarm Clock - Alarm & Weather

Calendar alarm clock which enables an alarm system for chrome new tab, a user can get the weather of the current location.

Alarm Clock - Alarm & Weather क्या है?

Alarm Clock - Alarm & Weather saorabh.kr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calendar alarm clock which enables an alarm system for chrome new tab, a user can get the weather of the current location."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Alarm Clock - Alarm & Weather, which enables few unique features for a chrome new tab, 
- One can set up to three alarms on different days. - One can also set up a reminder.
- One can choose between alarm sound vs notification alert. 
- Weather reports for a week of the current location, can be viewed by clicking on temperature and it's around.
- It enables inspirational image as a background image on page refresh along with an inspirational quote which can be tweeted.
- One can choose between a solid background vs random background vs images. 

#with v7.0.4
- Small bug fix and added few new images.

#Newly Added features - with v6.1.7
- Solid Background support 
- Random background support

## Features ##

 - Alarm function, upto #3 alarm can be set. 
 - Function to off a particular alarm.
 - Current place/city temperature details.
 - 6 days full temperature details.
 - Temperature unit converter.
 - City Change from header.
 - Beautiful images from flickr as a background image.
 - Image are cached for avoid bandwidth use.
 - On every refresh background image will update.
 - Inline any page or URL search from google.

Credits:
- Few UI interaction has inspired or taken help from codrops/codepen tutorials. 
- Weather is being fetched from Yahoo.
- Images are being fetched form flickr/pixabay/pexels. 
- Places from populated from google place api.                    

एक्सटेंशन की मूल जानकारी

नाम Alarm Clock - Alarm & Weather Alarm Clock - Alarm & Weather
ID cibckkmimpgchcdfoecnlhnagpnlifoo
आधिकारिक URL https://chromewebstore.google.com/detail/alarm-clock-alarm-weather/cibckkmimpgchcdfoecnlhnagpnlifoo
विवरण Calendar alarm clock which enables an alarm system for chrome new tab, a user can get the weather of the current location.
फ़ाइल का आकार 4.21 MB
स्थापना संख्या 5,222
वर्तमान संस्करण 7.0.5
अंतिम अपडेट 2021-08-26
प्रकाशन तिथि 2019-04-16
रेटिंग 3.29/5 कुल 31 रेटिंग्स
डेवलपर saorabh.kr
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alarm Clock - Alarm & Weather",
    "manifest_version": 2,
    "version": "7.0.5",
    "description": "Calendar alarm clock which enables an alarm system for chrome new tab, a user can get the weather of the current location.",
    "author": "saorabhkr",
    "short_name": "A&We",
    "browser_action": {
        "default_title": "A&We"
    },
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4\/H4uB7zOHrsXcql1p74JmuFzkGQ8RDN4b0HDl4WbwW8oR1Xy+NhWdwXiHc1ntwGEYyKGvPMXO6G7vxEkpDCC33xmZdbShZlJyxxT4Ri2Nsr2a7vk8QhLw+CRrYJeCHLsXCvOQCe4PikLWkgv9cEpofwBXhnLG66fphJinn8tiILcGow73gKrBbzFvyTJiCoY8KHohiSESQgD22nJ0MDUmtmxwfxuqDKggLl2CBpA+VCwxXNboztGFqgKn8JaaYpjjezT51REu7pjAUc3CAgOjG4lq9cbAgD04FPypRF1uRUJjHgwfdfS16Yk55pFDuhFkACa2XdytEEUDlus5r3\/wIDAQAB",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "activeTab",
        "history",
        "chrome:\/\/favicon\/",
        "geolocation",
        "unlimitedStorage",
        "*:\/\/api.openweathermap.org\/*",
        "*:\/\/*.ipinfo.io\/geo\/*",
        "*:\/\/*.googleapis.com\/maps\/api\/*",
        "*:\/\/maps.googleapis.com\/maps-api-v3\/api\/*",
        "*:\/\/api.flickr.com\/services\/rest\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/maps.googleapis.com\/maps\/api\/ https:\/\/maps.googleapis.com\/maps-api-v3\/api\/ https:\/\/api.openweathermap.org https:\/\/api.flickr.com 'unsafe-eval'; object-src 'self'",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/bg.json",
            "js\/modernizr.custom.min.js",
            "js\/jquery-2.1.3.min.js",
            "js\/handlebars-v4.min.0.5.js",
            "js\/playAlarm.min.js",
            "js\/main.min.js",
            "js\/background.min.js",
            "js\/ga.js"
        ],
        "css": [
            "css\/default.min.css",
            "owfont-regular.min.css"
        ]
    }
}