Balloon.earth
Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.
Was ist Balloon.earth?
Balloon.earth ist eine Chrome-Erweiterung, die von http://balloon.earth entwickelt wurde, und ihr Hauptmerkmal ist "Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.".
Erweiterungsscreenshots
Balloon.earth-Erweiterungs-CRX-Datei herunterladen
Laden Sie Balloon.earth-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | oaldgmnflhbkalcgenfheplbhjfgdfdf |
Offizielle URL | https://chrome.google.com/webstore/detail/balloonearth/oaldgmnflhbkalcgenfheplbhjfgdfdf |
Beschreibung | Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning. |
Dateigröße | 9.64 MB |
Installationsanzahl | 277 |
Aktuelle Version | 0.2.4 |
Letztes Update | 2016-11-09 |
Veröffentlichungsdatum | 2016-11-09 |
Bewertung | 4.10/5 Insgesamt 10 Bewertungen |
Entwickler | http://balloon.earth |
Zahlungsart | free |
Erweiterungswebsite | http://balloon.earth/ |
Unterstützte Sprachen | 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\/*" ] } |