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