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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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\/*" ] } |