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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |