NASA Picture of the Day Tab
Shows the NASA Picture of the Day upon opening a new tab.
Cos'è NASA Picture of the Day Tab?
NASA Picture of the Day Tab è un'estensione di Chrome sviluppata da brettwseitz, e la sua funzione principale è "Shows the NASA Picture of the Day upon opening a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NASA Picture of the Day Tab
Scarica i file di estensione NASA Picture of the Day Tab 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
An extension which presents the NASA Picture of the Day as the background to a new tab.
Informazioni di Base sull'Estensione
Nome | NASA Picture of the Day Tab |
ID | bhlhaojmlcidaadglhfbmfacoaaebocm |
URL Ufficiale | https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm |
Descrizione | Shows the NASA Picture of the Day upon opening a new tab. |
Dimensione del File | 23.57 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-08-25 |
Data di Pubblicazione | 2018-08-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | brettwseitz |
Tipo di Pagamento | free |
Lingue Supportate | 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';" } |