Orbital Clock
Orbital Clock
O que é Orbital Clock?
Orbital Clock é uma extensão do Chrome desenvolvida por http://tvmiller.com, e sua principal característica é "Orbital Clock".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Orbital Clock
Baixe arquivos de extensão Orbital Clock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | agkkailckcebbicfkmdpelhdjjgmiehb |
URL Oficial | https://chrome.google.com/webstore/detail/orbital-clock/agkkailckcebbicfkmdpelhdjjgmiehb |
Descrição | Orbital Clock |
Tamanho do Arquivo | 144 KB |
Contagem de Instalações | 541 |
Versão Atual | 6.5.9.5 |
Última Atualização | 2013-07-08 |
Data de Publicação | 2013-07-08 |
Classificação | 3.91/5 Total de 11 Avaliações |
Desenvolvedor | http://tvmiller.com |
Tipo de Pagamento | free |
Site da Extensão | http://tvmiller.com/ |
URL da Página de Ajuda | http://tvmiller.com/ |
Idiomas Suportados | 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" ] } } |