Orbital Clock

Orbital Clock

Was ist Orbital Clock?

Orbital Clock ist eine Chrome-Erweiterung, die von http://tvmiller.com entwickelt wurde, und ihr Hauptmerkmal ist "Orbital Clock".

Erweiterungsscreenshots

screenshot

Orbital Clock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Orbital Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Orbital Clock Orbital Clock
ID agkkailckcebbicfkmdpelhdjjgmiehb
Offizielle URL https://chrome.google.com/webstore/detail/orbital-clock/agkkailckcebbicfkmdpelhdjjgmiehb
Beschreibung Orbital Clock
Dateigröße 144 KB
Installationsanzahl 541
Aktuelle Version 6.5.9.5
Letztes Update 2013-07-08
Veröffentlichungsdatum 2013-07-08
Bewertung 3.91/5 Insgesamt 11 Bewertungen
Entwickler http://tvmiller.com
Zahlungsart free
Erweiterungswebsite http://tvmiller.com/
Hilfeseite URL http://tvmiller.com/
Unterstützte Sprachen 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"
        ]
    }
}