ISS Update
Get the current location and crew of the Internation Space Station
O que é ISS Update?
ISS Update é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Get the current location and crew of the Internation Space Station".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ISS Update
Baixe arquivos de extensão ISS Update 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
ISS Update is a basic chrome extension that tracks the current position and crew of the International Space Station. Information presented to the user: Map of current location Latitude and Longitude City/Country/Region the station is currently above (when applicable) Current crew member names
Informações Básicas da Extensão
Nome | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
URL Oficial | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Descrição | Get the current location and crew of the Internation Space Station |
Tamanho do Arquivo | 1.84 MB |
Contagem de Instalações | 95 |
Versão Atual | 1.0 |
Última Atualização | 2018-09-08 |
Data de Publicação | 2018-09-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ISS Update", "description": "Get the current location and crew of the Internation Space Station", "version": "1.0", "author": "Cameron Church", "manifest_version": 2, "browser_action": { "default_icon": "images\/stationLogo64.png", "default_title": "ISS Update", "default_popup": "popup.html" }, "icons": { "64": "images\/stationLogo64.png" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'" } |