Space Station Finder
Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.
Что такое Space Station Finder?
Space Station Finder - это расширение Chrome, разработанное http://spacestationfinder.com, и его основная функция - "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.".
Снимки экрана расширения
Скачать файл CRX расширения Space Station Finder
Скачайте файлы расширений Space Station Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Enter a city or zipcode to get the next Space Station viewing opportunity. A detailed visualization with viewing instructions will be displayed, as well as future viewing opportunities.
Основная информация о расширении
Название | |
ID | hfifjgkmicahgdbppkncdameccmnbcio |
Официальный URL | https://chrome.google.com/webstore/detail/space-station-finder/hfifjgkmicahgdbppkncdameccmnbcio |
Описание | Get the next Space Station viewing time for your location, and clear visualization & sighting instructions. |
Размер файла | 170 KB |
Количество установок | 166 |
Текущая Версия | 1.4 |
Последнее Обновление | 2020-11-19 |
Дата публикации | 2019-05-04 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | http://spacestationfinder.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://spacestationfinder.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Space Station Finder", "description": "Get the next Space Station viewing time for your location, and clear visualization & sighting instructions.", "version": "1.4", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Get Space Station viewing and sighting information" }, "permissions": [ "activeTab", "storage" ] } |