Balloon.earth

Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.

Wat is Balloon.earth?

Balloon.earth is een Chrome-extensie ontwikkeld door http://balloon.earth, en de belangrijkste functie is "Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Balloon.earth

Download Balloon.earth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Balloon.earth Balloon.earth
ID oaldgmnflhbkalcgenfheplbhjfgdfdf
Officiële URL https://chrome.google.com/webstore/detail/balloonearth/oaldgmnflhbkalcgenfheplbhjfgdfdf
Beschrijving Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.
Bestandsgrootte 9.64 MB
Aantal Installaties 277
Huidige Versie 0.2.4
Laatst Bijgewerkt 2016-11-09
Publicatiedatum 2016-11-09
Beoordeling 4.10/5 Totaal 10 Beoordelingen
Ontwikkelaar http://balloon.earth
Betalingswijze free
Extensiewebsite http://balloon.earth/
Ondersteunde Talen 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\/*"
    ]
}