Balloon.earth
Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.
What is Balloon.earth?
Balloon.earth is a Chrome extension developed by http://balloon.earth, and its main feature is "Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.".
Extension Screenshots
Download Balloon.earth Extension CRX File
Download Balloon.earth extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oaldgmnflhbkalcgenfheplbhjfgdfdf |
Official URL | https://chrome.google.com/webstore/detail/balloonearth/oaldgmnflhbkalcgenfheplbhjfgdfdf |
Description | Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning. |
File Size | 9.64 MB |
Installation Count | 277 |
Current Version | 0.2.4 |
Last Updated | 2016-11-09 |
Publish Date | 2016-11-09 |
Rating | 4.10/5 Total 10 Ratings |
Developer | http://balloon.earth |
Payment Type | free |
Extension Website | http://balloon.earth/ |
Supported Languages | 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\/*" ] } |