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