D-Day with APOD
This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.
Wat is D-Day with APOD?
D-Day with APOD is een Chrome-extensie ontwikkeld door https://meinside.dev, en de belangrijkste functie is "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.".
Extensie Screenshots
Download het CRX-bestand van de extensie D-Day with APOD
Download D-Day with APOD-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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). Basisinformatie over de Extensie
| Naam | |
| ID | chcbloiikmmeocihooagfegcoikgkjdn |
| Officiële URL | https://chromewebstore.google.com/detail/d-day-with-apod/chcbloiikmmeocihooagfegcoikgkjdn |
| Beschrijving | This extension displays d-day with a background image fetched from NASA whenever a new tab is opened. |
| Bestandsgrootte | 193 KB |
| Aantal Installaties | 187 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2021-06-09 |
| Publicatiedatum | 2017-07-06 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://meinside.dev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/meinside/chromeextension-d-day-with-apod |
| Ondersteunde Talen | 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\/*"
]
} | |