Metric Clock

Time in base-10.

What is Metric Clock?

Metric Clock is a Chrome extension developed by Matthew Nash, and its main feature is "Time in base-10.".

Extension Screenshots

screenshot

Download Metric Clock Extension CRX File

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

                                            

Extension Basic Information

Name Metric Clock Metric Clock
ID agdlnmhgoeiepjabkgdomlnecokgffib
Official URL https://chrome.google.com/webstore/detail/metric-clock/agdlnmhgoeiepjabkgdomlnecokgffib
Description Time in base-10.
File Size 17.92 KB
Installation Count 45
Current Version 1.0
Last Updated 2015-01-12
Publish Date 2015-01-12
Rating 3.00/5 Total 3 Ratings
Developer Matthew Nash
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metric Clock",
    "description": "Time in base-10.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}