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"
        ]
    }
}