Nixie Tube Clock [ANTP]

Clock widget with nixie tubes for Awesome New Tab Page [ANTP].

What is Nixie Tube Clock [ANTP]?

Nixie Tube Clock [ANTP] is a Chrome extension developed by nkmry, and its main feature is "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].".

Extension Screenshots

screenshot

Download Nixie Tube Clock [ANTP] Extension CRX File

Download Nixie Tube Clock [ANTP] 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

                        This is a widget for the Chrome extension "Awesome New Tab Page (ANTP)".
If you'd like to use this widget, you must also install ANTP. You can find it here:
https://chrome.google.com/webstore/detail/mgmiemnjjchgkmgbeljfocdjjnpjnmcg                    

Extension Basic Information

Name Nixie Tube Clock [ANTP] Nixie Tube Clock [ANTP]
ID dagaalagaodlhbfofnbennmndepdgjlb
Official URL https://chromewebstore.google.com/detail/nixie-tube-clock-antp/dagaalagaodlhbfofnbennmndepdgjlb
Description Clock widget with nixie tubes for Awesome New Tab Page [ANTP].
File Size 4.77 MB
Installation Count 79
Current Version 0.3.2
Last Updated 2014-04-14
Publish Date 2014-04-14
Rating 3.67/5 Total 3 Ratings
Developer nkmry
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nixie Tube Clock [ANTP]",
    "description": "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].",
    "version": "0.3.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "widget.html",
        "options.html"
    ],
    "icons": {
        "128": "img\/icon128.png"
    }
}