Balloon.earth

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

Τι είναι το Balloon.earth;

Το Balloon.earth είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://balloon.earth, και η κύρια λειτουργία του είναι "Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Balloon.earth

Λήψη αρχείων επέκτασης Balloon.earth σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Balloon.earth Balloon.earth
ID oaldgmnflhbkalcgenfheplbhjfgdfdf
Επίσημο URL https://chrome.google.com/webstore/detail/balloonearth/oaldgmnflhbkalcgenfheplbhjfgdfdf
Περιγραφή Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.
Μέγεθος Αρχείου 9.64 MB
Αριθμός Εγκαταστάσεων 277
Τρέχουσα Έκδοση 0.2.4
Τελευταία Ενημέρωση 2016-11-09
Ημερομηνία Δημοσίευσης 2016-11-09
Αξιολόγηση 4.10/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής http://balloon.earth
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://balloon.earth/
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}