Awesome Clock

Interactive world clocks extension, easily one click to show, work offline.

What is Awesome Clock?

Awesome Clock is a Chrome extension developed by chylvina, and its main feature is "Interactive world clocks extension, easily one click to show, work offline.".

Extension Screenshots

screenshot
screenshot

Download Awesome Clock Extension CRX File

Download Awesome 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

                        - Show daylight depends on cities's location
- Analog and digital clocks
- Add as many clocks as you want
- Drag annd drop management
- 24h and 12h views
- Work Offline

Any questions, please contact [email protected]                    

Extension Basic Information

Name Awesome Clock Awesome Clock
ID idbfjggljipcaepooophnehgknllgfgk
Official URL https://chrome.google.com/webstore/detail/awesome-clock/idbfjggljipcaepooophnehgknllgfgk
Description Interactive world clocks extension, easily one click to show, work offline.
File Size 236 KB
Installation Count 1,666
Current Version 1.2.0
Last Updated 2013-08-26
Publish Date 2013-08-26
Rating 4.26/5 Total 61 Ratings
Developer chylvina
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "manifest_version": 2,
    "name": "Awesome Clock",
    "description": "Interactive world clocks extension, easily one click to show, work offline.",
    "icons": {
        "128": "\/assets\/images\/logo\/128.png",
        "32": "\/assets\/images\/logo\/32.png",
        "48": "\/assets\/images\/logo\/48.png",
        "64": "\/assets\/images\/logo\/64.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/logo\/19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    }
}