NASA Picture of the Day Tab
Shows the NASA Picture of the Day upon opening a new tab.
Wat is NASA Picture of the Day Tab?
NASA Picture of the Day Tab is een Chrome-extensie ontwikkeld door brettwseitz, en de belangrijkste functie is "Shows the NASA Picture of the Day upon opening a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie NASA Picture of the Day Tab
Download NASA Picture of the Day Tab-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
An extension which presents the NASA Picture of the Day as the background to a new tab. Basisinformatie over de Extensie
| Naam | |
| ID | bhlhaojmlcidaadglhfbmfacoaaebocm |
| Officiële URL | https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm |
| Beschrijving | Shows the NASA Picture of the Day upon opening a new tab. |
| Bestandsgrootte | 23.57 KB |
| Aantal Installaties | 38 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2018-08-25 |
| Publicatiedatum | 2018-08-25 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | brettwseitz |
| Betalingswijze | free |
| Ondersteunde Talen | 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';"
} | |