Analog

Replace your new tab page with a minimal analog clock.

What is Analog?

Analog is a Chrome extension developed by colebemis, and its main feature is "Replace your new tab page with a minimal analog clock.".

Extension Screenshots

screenshot

Download Analog Extension CRX File

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

                                            

Extension Basic Information

Name Analog Analog
ID kbefmcdolmelljmkgflbldffpgibmafm
Official URL https://chromewebstore.google.com/detail/analog/kbefmcdolmelljmkgflbldffpgibmafm
Description Replace your new tab page with a minimal analog clock.
File Size 25.41 KB
Installation Count 127
Current Version 0.1.1
Last Updated 2017-03-09
Publish Date 2017-03-09
Rating 5.00/5 Total 11 Ratings
Developer colebemis
Payment Type free
Help Page URL https://github.com/colebemis/analog
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Analog",
    "description": "Replace your new tab page with a minimal analog clock.",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "32": ".\/icons\/icon-32.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Cole Bemis  (colebemis.com)"
}