Nice APOD

A nicer looking Astronomy Picture of the Day from NASA

Что такое Nice APOD?

Nice APOD - это расширение Chrome, разработанное TadasTamo, и его основная функция - "A nicer looking Astronomy Picture of the Day from NASA".

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

screenshot
screenshot

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

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

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

                        Nicer experience on Astronomy Picture of the Day by NASA (http://apod.nasa.gov): better font and line spacing, less obtrusive link color etc.

Source code: https://github.com/tadast/nice-apod                    

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

Название Nice APOD Nice APOD
ID jlnomhbpddlchjhndafjommmbchfobjc
Официальный URL https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc
Описание A nicer looking Astronomy Picture of the Day from NASA
Размер файла 27.05 KB
Количество установок 119
Текущая Версия 0.1
Последнее Обновление 2014-01-26
Дата публикации 2014-01-26
Рейтинг 5.00/5 Всего 3 оценок
Разработчик TadasTamo
Тип оплаты free
Официальный сайт расширения https://github.com/tadast
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nice APOD",
    "description": "A nicer looking Astronomy Picture of the Day from NASA",
    "version": "0.1",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "images\/logo16.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/apod.nasa.gov\/apod\/*"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/apod.nasa.gov\/apod\/*"
    ]
}