ISS Update
Get the current location and crew of the Internation Space Station
Что такое ISS Update?
ISS Update - это расширение Chrome, разработанное Unknown, и его основная функция - "Get the current location and crew of the Internation Space Station".
Снимки экрана расширения
Скачать файл CRX расширения ISS Update
Скачайте файлы расширений ISS Update в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ISS Update is a basic chrome extension that tracks the current position and crew of the International Space Station. Information presented to the user: Map of current location Latitude and Longitude City/Country/Region the station is currently above (when applicable) Current crew member names
Основная информация о расширении
Название | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Официальный URL | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
Описание | Get the current location and crew of the Internation Space Station |
Размер файла | 1.84 MB |
Количество установок | 95 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-09-08 |
Дата публикации | 2018-09-08 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ISS Update", "description": "Get the current location and crew of the Internation Space Station", "version": "1.0", "author": "Cameron Church", "manifest_version": 2, "browser_action": { "default_icon": "images\/stationLogo64.png", "default_title": "ISS Update", "default_popup": "popup.html" }, "icons": { "64": "images\/stationLogo64.png" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'" } |