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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Balloon.earth एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}