Orbital Clock
Orbital Clock
什麼是Orbital Clock?
Orbital Clock是由http://tvmiller.com開發的Chrome擴展程式,該擴展的主要功能是“Orbital Clock”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | agkkailckcebbicfkmdpelhdjjgmiehb |
官方網址 | 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" ] } } |