Nice APOD

A nicer looking Astronomy Picture of the Day from NASA

Cos'è Nice APOD?

Nice APOD è un'estensione di Chrome sviluppata da TadasTamo, e la sua funzione principale è "A nicer looking Astronomy Picture of the Day from NASA".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Nice APOD

Scarica i file di estensione Nice APOD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Nice APOD Nice APOD
ID jlnomhbpddlchjhndafjommmbchfobjc
URL Ufficiale https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc
Descrizione A nicer looking Astronomy Picture of the Day from NASA
Dimensione del File 27.05 KB
Conteggio Installazioni 119
Versione Corrente 0.1
Ultimo Aggiornamento 2014-01-26
Data di Pubblicazione 2014-01-26
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore TadasTamo
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tadast
Lingue Supportate 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\/*"
    ]
}