NASA Picture of the Day

Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.

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

NASA Picture of the Day - это расширение Chrome, разработанное http://breakfasthack.com, и его основная функция - "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".

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

screenshot
screenshot
screenshot

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

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

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

                        A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery.

Very minimalistic.                    

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

Название NASA Picture of the Day NASA Picture of the Day
ID njgkhaihjhccfmimhnddjgmdmnplhdel
Официальный URL https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel
Описание Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
Размер файла 34.96 KB
Количество установок 907
Текущая Версия 0.1
Последнее Обновление 2015-03-30
Дата публикации 2015-03-30
Рейтинг 4.00/5 Всего 8 оценок
Разработчик http://breakfasthack.com
Тип оплаты free
Официальный сайт расширения http://breakfasthack.com
URL страницы помощи http://breakfasthack.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Picture of the Day",
    "short_name": "NASA_POTD",
    "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}