Orbital Clock

Orbital Clock

What is Orbital Clock?

Orbital Clock is a Chrome extension developed by http://tvmiller.com, and its main feature is "Orbital Clock".

Extension Screenshots

screenshot

Download Orbital Clock Extension CRX File

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

                        Sync to the real world around you and beyond. The extension icon displays the day of year, alerts you to events/warnings and quick links to the Orbital Clock page exclusively on tvmiller.com.

The additional -Rocket Launch Line of Sight Finder- will help you easily find a landmarked direction to see a local rocket launch from any where in the world.                    

Extension Basic Information

Name Orbital Clock Orbital Clock
ID agkkailckcebbicfkmdpelhdjjgmiehb
Official URL https://chrome.google.com/webstore/detail/orbital-clock/agkkailckcebbicfkmdpelhdjjgmiehb
Description Orbital Clock
File Size 144 KB
Installation Count 541
Current Version 6.5.9.5
Last Updated 2013-07-08
Publish Date 2013-07-08
Rating 3.91/5 Total 11 Ratings
Developer http://tvmiller.com
Payment Type free
Extension Website http://tvmiller.com/
Help Page URL http://tvmiller.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Orbital Clock",
    "version": "6.5.9.5",
    "manifest_version": 2,
    "description": "Orbital Clock",
    "browser_action": {
        "default_icon": "o_icon.png"
    },
    "icons": {
        "128": "oicon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}