NASA Picture of the Day Tab

Shows the NASA Picture of the Day upon opening a new tab.

Hvad er NASA Picture of the Day Tab?

NASA Picture of the Day Tab er en Chrome-udvidelse udviklet af brettwseitz, og dens hovedfunktion er "Shows the NASA Picture of the Day upon opening a new tab.".

Udvidelsesskærmbilleder

screenshot

Download NASA Picture of the Day Tab-udvidelses-CRX-fil

Download NASA Picture of the Day Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        An extension which presents the NASA Picture of the Day as the background to a new tab.                    

Grundlæggende oplysninger om udvidelsen

Navn NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
Officiel URL https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
Beskrivelse Shows the NASA Picture of the Day upon opening a new tab.
Filstørrelse 23.57 KB
Antal Installationer 38
Nuværende Version 1.0.0
Senest Opdateret 2018-08-25
Udgivelsesdato 2018-08-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler brettwseitz
Betalingsmetode free
Understøttede Sprog 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';"
}