D-Day with APOD
This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.
Vad är D-Day with APOD?
D-Day with APOD är en Chrome-tillägg utvecklad av https://meinside.dev, och dess huvudfunktion är "This extension displays d-day with a background image fetched from NASA whenever a new tab is opened.".
Tilläggsskärmbilder
Ladda ner D-Day with APOD-förlängningens CRX-fil
Ladda ner D-Day with APOD-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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). Grundläggande Information om Tillägg
| Namn | |
| ID | chcbloiikmmeocihooagfegcoikgkjdn |
| Officiell webbadress | https://chromewebstore.google.com/detail/d-day-with-apod/chcbloiikmmeocihooagfegcoikgkjdn |
| Beskrivning | This extension displays d-day with a background image fetched from NASA whenever a new tab is opened. |
| Filstorlek | 193 KB |
| Antal Installationer | 187 |
| Aktuell Version | 0.2.0 |
| Senast Uppdaterad | 2021-06-09 |
| Publiceringsdatum | 2017-07-06 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://meinside.dev |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/meinside/chromeextension-d-day-with-apod |
| Stödda Språk | 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\/*"
]
} | |