Orbital Clock

Orbital Clock

Orbital Clock là gì?

Orbital Clock là một tiện ích mở rộng Chrome được phát triển bởi http://tvmiller.com, và tính năng chính của nó là "Orbital Clock".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Orbital Clock

Tải xuống các tệp mở rộng Orbital Clock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Orbital Clock Orbital Clock
ID agkkailckcebbicfkmdpelhdjjgmiehb
URL Chính Thức https://chrome.google.com/webstore/detail/orbital-clock/agkkailckcebbicfkmdpelhdjjgmiehb
Mô tả Orbital Clock
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 541
Phiên Bản Hiện Tại 6.5.9.5
Cập Nhật Lần Cuối 2013-07-08
Ngày Phát Hành 2013-07-08
Đánh Giá 3.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển http://tvmiller.com
Loại Thanh Toán free
Trang Web Mở Rộng http://tvmiller.com/
URL Trang Trợ Giúp http://tvmiller.com/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}