Balloon.earth
Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.
Apa itu Balloon.earth?
Balloon.earth adalah ekstensi Chrome yang dikembangkan oleh http://balloon.earth, dan fitur utamanya adalah "Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Balloon.earth
Unduh file ekstensi Balloon.earth dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | oaldgmnflhbkalcgenfheplbhjfgdfdf |
URL Resmi | https://chrome.google.com/webstore/detail/balloonearth/oaldgmnflhbkalcgenfheplbhjfgdfdf |
Deskripsi | Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning. |
Ukuran File | 9.64 MB |
Jumlah Instalasi | 277 |
Versi Saat Ini | 0.2.4 |
Terakhir Diperbarui | 2016-11-09 |
Tanggal Publikasi | 2016-11-09 |
Penilaian | 4.10/5 Total 10 Penilaian |
Pengembang | http://balloon.earth |
Tipe Pembayaran | free |
Situs Ekstensi | http://balloon.earth/ |
Bahasa yang Didukung | 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\/*" ] } |