Balloon.earth
Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.
¿Qué es Balloon.earth?
Balloon.earth es una extensión de Chrome desarrollada por http://balloon.earth, y su función principal es "Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Balloon.earth
Descarga archivos de extensión Balloon.earth en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | oaldgmnflhbkalcgenfheplbhjfgdfdf |
URL Oficial | https://chrome.google.com/webstore/detail/balloonearth/oaldgmnflhbkalcgenfheplbhjfgdfdf |
Descripción | Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning. |
Tamaño del Archivo | 9.64 MB |
Cantidad de Instalaciones | 277 |
Versión Actual | 0.2.4 |
Última Actualización | 2016-11-09 |
Fecha de Publicación | 2016-11-09 |
Calificación | 4.10/5 Total de 10 Calificaciones |
Desarrollador | http://balloon.earth |
Tipo de Pago | free |
Sitio Web de la Extensión | http://balloon.earth/ |
Idiomas Soportados | 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\/*" ] } |