Balloon.earth

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

Qu'est-ce que Balloon.earth ?

Balloon.earth est une extension Chrome développée par http://balloon.earth, et sa fonction principale est "Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Balloon.earth

Téléchargez les fichiers d'extension Balloon.earth au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Balloon.earth Balloon.earth
ID oaldgmnflhbkalcgenfheplbhjfgdfdf
URL Officiel 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.
Taille du Fichier 9.64 MB
Nombre d'Installations 277
Version Actuelle 0.2.4
Dernière Mise à Jour 2016-11-09
Date de Publication 2016-11-09
Évaluation 4.10/5 Total 10 Évaluations
Développeur http://balloon.earth
Type de Paiement free
Site Web de l'Extension http://balloon.earth/
Langues Prises en Charge 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\/*"
    ]
}