Nice APOD

A nicer looking Astronomy Picture of the Day from NASA

Co to jest Nice APOD?

Nice APOD to rozszerzenie Chrome opracowane przez TadasTamo, a jego główną funkcją jest „A nicer looking Astronomy Picture of the Day from NASA”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Nice APOD

Pobierz pliki rozszerzeń Nice APOD w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Nice APOD Nice APOD
ID jlnomhbpddlchjhndafjommmbchfobjc
Oficjalny URL https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc
Opis A nicer looking Astronomy Picture of the Day from NASA
Rozmiar pliku 27.05 KB
Liczba instalacji 119
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-01-26
Data Publikacji 2014-01-26
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper TadasTamo
Typ Płatności free
Strona Rozszerzenia https://github.com/tadast
Obsługiwane Języki 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\/*"
    ]
}