Balloon.earth

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

Co je Balloon.earth?

Balloon.earth je rozšíření Chrome vyvinuté http://balloon.earth, a jeho hlavní funkcí je „Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Balloon.earth

Stáhněte si soubory rozšíření Balloon.earth ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Balloon.earth Balloon.earth
ID oaldgmnflhbkalcgenfheplbhjfgdfdf
Oficiální URL https://chrome.google.com/webstore/detail/balloonearth/oaldgmnflhbkalcgenfheplbhjfgdfdf
Popis Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.
Velikost souboru 9.64 MB
Počet instalací 277
Aktuální Verze 0.2.4
Poslední Aktualizace 2016-11-09
Datum Vydání 2016-11-09
Hodnocení 4.10/5 Celkem 10 Hodnocení
Vývojář http://balloon.earth
Typ Platby free
Webové stránky Rozšíření http://balloon.earth/
Podporované Jazyky 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\/*"
    ]
}