APOD New Tab

See pictures from Astronomy Picture of the Day when you open a new tab!

Что такое APOD New Tab?

APOD New Tab - это расширение Chrome, разработанное desolationaurora, и его основная функция - "See pictures from Astronomy Picture of the Day when you open a new tab!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения APOD New Tab

Скачайте файлы расширений APOD New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Set your new tab window to display stunning images from NASA's Astronomy Image of the Day. Learn about the details behind these surreal cosmic occurrences, and easily browse the entire index of images.

Source: http://apod.nasa.gov/apod/astropix.html.

Type '?' for keyboard shortcuts.                    

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

Название APOD New Tab APOD New Tab
ID pgnijakmicikmolkbgnnjpfhhkockobl
Официальный URL https://chromewebstore.google.com/detail/apod-new-tab/pgnijakmicikmolkbgnnjpfhhkockobl
Описание See pictures from Astronomy Picture of the Day when you open a new tab!
Размер файла 1.25 MB
Количество установок 50
Текущая Версия 1.6.2
Последнее Обновление 2016-01-20
Дата публикации 2016-01-20
Рейтинг 4.00/5 Всего 4 оценок
Разработчик desolationaurora
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APOD New Tab",
    "short_name": "APOD New Tab",
    "version": "1.6.2",
    "description": "See pictures from Astronomy Picture of the Day when you open a new tab!",
    "chrome_url_overrides": {
        "newtab": "apod.html"
    },
    "icons": {
        "48": "img\/48.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/",
        "http:\/\/api.data.gov\/",
        "https:\/\/api.data.gov\/"
    ]
}