Orbital Clock

Orbital Clock

Orbital Clockとは何ですか?

Orbital Clockはhttp://tvmiller.comによって開発されたChromeの拡張機能で、その主な機能は「Orbital Clock」です。

拡張機能のスクリーンショット

screenshot

Orbital Clock拡張機能のCRXファイルをダウンロード

Orbital Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Orbital Clock Orbital Clock
ID agkkailckcebbicfkmdpelhdjjgmiehb
公式URL https://chrome.google.com/webstore/detail/orbital-clock/agkkailckcebbicfkmdpelhdjjgmiehb
説明 Orbital Clock
ファイルサイズ 144 KB
インストール数 541
現在のバージョン 6.5.9.5
最終更新日 2013-07-08
公開日 2013-07-08
評価 3.91/5 合計 11 レビュー
開発者 http://tvmiller.com
支払い方法 free
拡張機能のウェブサイト http://tvmiller.com/
ヘルプページのURL http://tvmiller.com/
対応言語 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"
        ]
    }
}