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開發的Chrome擴展程式,該擴展的主要功能是“Balloon.earth is a web experiment combining real time weather data with 3D map renderings. We call it digital ballooning.”。
擴展截圖
下載Balloon.earth擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | oaldgmnflhbkalcgenfheplbhjfgdfdf |
官方網址 | 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\/*" ] } |