Cosmos Eyes from NASA

Enjoy amazing and beautiful space-time photographs on new tab.

Cos'è Cosmos Eyes from NASA?

Cosmos Eyes from NASA è un'estensione di Chrome sviluppata da cosmoseyes, e la sua funzione principale è "Enjoy amazing and beautiful space-time photographs on new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cosmos Eyes from NASA

Scarica i file di estensione Cosmos Eyes from NASA 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

                        Every time you open a new tab, Discover the cosmos from NASA's APOD (Astronomy Picture of the Day)                    

Informazioni di Base sull'Estensione

Nome Cosmos Eyes from NASA Cosmos Eyes from NASA
ID eoljldldjdolejkkojdkkbfckgdkackm
URL Ufficiale https://chromewebstore.google.com/detail/cosmos-eyes-from-nasa/eoljldldjdolejkkojdkkbfckgdkackm
Descrizione Enjoy amazing and beautiful space-time photographs on new tab.
Dimensione del File 636 KB
Conteggio Installazioni 1,540
Versione Corrente 1.1.7
Ultimo Aggiornamento 2020-03-08
Data di Pubblicazione 2020-03-07
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore cosmoseyes
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cosmos Eyes from NASA",
    "short_name": "Cosmos Eyes",
    "description": "Enjoy amazing and beautiful space-time photographs on new tab.",
    "version": "1.1.7",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/api.nasa.gov\/planetary\/*",
        "https:\/\/apod.nasa.gov\/apod\/image\/*",
        "https:\/\/apod.nasa.gov\/apod\/*"
    ]
}