APOD
The famous APOD : Astronomy Picture Of the Day
Что такое APOD?
APOD - это расширение Chrome, разработанное https://www.astrofiles.net, и его основная функция - "The famous APOD : Astronomy Picture Of the Day".
Снимки экрана расширения
Скачать файл CRX расширения APOD
Скачайте файлы расширений APOD в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov.
This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available.
New in version 2.0 : Click the arrows to slide apods back & forth.
Enjoy! Основная информация о расширении
| Название | |
| ID | gggblmmgahdkappoldbhdbofnjlklphc |
| Официальный URL | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
| Описание | The famous APOD : Astronomy Picture Of the Day |
| Размер файла | 139 KB |
| Количество установок | 485 |
| Текущая Версия | 2.1 |
| Последнее Обновление | 2013-06-17 |
| Дата публикации | 2013-06-17 |
| Рейтинг | 4.40/5 Всего 10 оценок |
| Разработчик | https://www.astrofiles.net |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.astrofiles.net/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "APOD",
"version": "2.1",
"description": "The famous APOD : Astronomy Picture Of the Day",
"permissions": [
"notifications"
],
"options_page": "options.html",
"browser_action": {
"default_icon": "apod16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "apod16.png",
"48": "apod48.png",
"128": "apod128.png"
}
} | |