Balloon.earth

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

Cos'è Balloon.earth?

Balloon.earth è un'estensione di Chrome sviluppata da http://balloon.earth, e la sua funzione principale è "Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Balloon.earth

Scarica i file di estensione Balloon.earth in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Balloon.earth Balloon.earth
ID oaldgmnflhbkalcgenfheplbhjfgdfdf
URL Ufficiale https://chrome.google.com/webstore/detail/balloonearth/oaldgmnflhbkalcgenfheplbhjfgdfdf
Descrizione Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.
Dimensione del File 9.64 MB
Conteggio Installazioni 277
Versione Corrente 0.2.4
Ultimo Aggiornamento 2016-11-09
Data di Pubblicazione 2016-11-09
Valutazione 4.10/5 Totale 10 Valutazioni
Sviluppatore http://balloon.earth
Tipo di Pagamento free
Sito Web dell'Estensione http://balloon.earth/
Lingue Supportate 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\/*"
    ]
}