NASA Picture of the Day Tab

Shows the NASA Picture of the Day upon opening a new tab.

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

NASA Picture of the Day Tab - это расширение Chrome, разработанное brettwseitz, и его основная функция - "Shows the NASA Picture of the Day upon opening a new tab.".

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

screenshot

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

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

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

                        An extension which presents the NASA Picture of the Day as the background to a new tab.                    

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

Название NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
Официальный URL https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
Описание Shows the NASA Picture of the Day upon opening a new tab.
Размер файла 23.57 KB
Количество установок 38
Текущая Версия 1.0.0
Последнее Обновление 2018-08-25
Дата публикации 2018-08-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик brettwseitz
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NASA Picture of the Day Tab",
    "description": "Shows the NASA Picture of the Day upon opening a new tab.",
    "version": "1.0.0",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' img-src 'self';"
}