Space Station Finder
Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
O que é Space Station Finder?
Space Station Finder é uma extensão do Chrome desenvolvida por http://spacestationfinder.com, e sua principal característica é "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Space Station Finder
Baixe arquivos de extensão Space Station Finder 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
Enter a city or zipcode to get the next Space Station viewing opportunity. A detailed visualization with viewing instructions will be displayed, as well as future viewing opportunities.
Informações Básicas da Extensão
Nome | |
ID | hfifjgkmicahgdbppkncdameccmnbcio |
URL Oficial | https://chrome.google.com/webstore/detail/space-station-finder/hfifjgkmicahgdbppkncdameccmnbcio |
Descrição | Get the next Space Station viewing time for your location, and clear visualization & sighting instructions. |
Tamanho do Arquivo | 170 KB |
Contagem de Instalações | 166 |
Versão Atual | 1.4 |
Última Atualização | 2020-11-19 |
Data de Publicação | 2019-05-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://spacestationfinder.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://spacestationfinder.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Space Station Finder", "description": "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.", "version": "1.4", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Get Space Station viewing and sighting information" }, "permissions": [ "activeTab", "storage" ] } |