D-Day with APOD
This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.
Cos'è D-Day with APOD?
D-Day with APOD è un'estensione di Chrome sviluppata da https://meinside.dev, e la sua funzione principale è "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione D-Day with APOD
Scarica i file di estensione D-Day with 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
                        Whenever you open a new tab, you'll see your d-day with nice background images from NASA's APOD(https://apod.nasa.gov/apod/astropix.html).                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | chcbloiikmmeocihooagfegcoikgkjdn | 
| URL Ufficiale | https://chromewebstore.google.com/detail/d-day-with-apod/chcbloiikmmeocihooagfegcoikgkjdn | 
| Descrizione | This extension displays d-day with a background image fetched from NASA whenever a new tab is opened. | 
| Dimensione del File | 193 KB | 
| Conteggio Installazioni | 187 | 
| Versione Corrente | 0.2.0 | 
| Ultimo Aggiornamento | 2021-06-09 | 
| Data di Pubblicazione | 2017-07-06 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | https://meinside.dev | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/meinside/chromeextension-d-day-with-apod | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D-Day with APOD",
    "version": "0.2.0",
    "manifest_version": 3,
    "description": "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.",
    "homepage_url": "https:\/\/meinside.dev",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options_custom\/index.html",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.data.gov\/nasa\/planetary\/*"
    ]
}  |  |