Balloon.earth
Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.
O que é Balloon.earth?
Balloon.earth é uma extensão do Chrome desenvolvida por http://balloon.earth, e sua principal característica é "Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Balloon.earth
Baixe arquivos de extensão Balloon.earth 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
Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We unveil the beauty of our planet giving you a new city to discover every tab. Tilt the view and explore the beauty of human made landscapes. We call it digital ballooning.
Informações Básicas da Extensão
Nome | |
ID | oaldgmnflhbkalcgenfheplbhjfgdfdf |
URL Oficial | https://chrome.google.com/webstore/detail/balloonearth/oaldgmnflhbkalcgenfheplbhjfgdfdf |
Descrição | Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning. |
Tamanho do Arquivo | 9.64 MB |
Contagem de Instalações | 277 |
Versão Atual | 0.2.4 |
Última Atualização | 2016-11-09 |
Data de Publicação | 2016-11-09 |
Classificação | 4.10/5 Total de 10 Avaliações |
Desenvolvedor | http://balloon.earth |
Tipo de Pagamento | free |
Site da Extensão | http://balloon.earth/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Balloon.earth", "version": "0.2.4", "manifest_version": 2, "description": "Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.", "icons": { "16": "favicon-16.png", "48": "favicon-48.png", "128": "favicon-128.png", "200": "favicon-200.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Balloon.earth", "default_icon": "favicon-48.png" }, "chrome_url_overrides": { "newtab": "content\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'", "permissions": [ "background", "storage", "tabs", "http:\/\/api.openweathermap.org\/*", "https:\/\/maps.googleapis.com\/*" ] } |