Astronomy Picture of the Day

This extension displays the Astronomy Picture of the Day in your new tab page.

Что такое Astronomy Picture of the Day?

Astronomy Picture of the Day - это расширение Chrome, разработанное ohohbot, и его основная функция - "This extension displays the Astronomy Picture of the Day in your new tab page.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Astronomy Picture of the Day

Скачайте файлы расширений Astronomy Picture of the Day в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension displays the Astronomy Picture of the Day in your new tab page. 

This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe

Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0                    

Основная информация о расширении

Название Astronomy Picture of the Day Astronomy Picture of the Day
ID bdmbcendkknegokaagnpmaimeemgiimc
Официальный URL https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc
Описание This extension displays the Astronomy Picture of the Day in your new tab page.
Размер файла 2.89 MB
Количество установок 523
Текущая Версия 2
Последнее Обновление 2017-03-12
Дата публикации 2017-03-12
Рейтинг 4.32/5 Всего 19 оценок
Разработчик ohohbot
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "build\/apod.js"
        ]
    },
    "name": "Astronomy Picture of the Day",
    "description": "This extension displays the Astronomy Picture of the Day in your new tab page.",
    "version": "2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}