NASA Picture of the Day Tab

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

Co je NASA Picture of the Day Tab?

NASA Picture of the Day Tab je rozšíření Chrome vyvinuté brettwseitz, a jeho hlavní funkcí je „Shows the NASA Picture of the Day upon opening a new tab.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NASA Picture of the Day Tab

Stáhněte si soubory rozšíření NASA Picture of the Day Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
Oficiální URL https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
Popis Shows the NASA Picture of the Day upon opening a new tab.
Velikost souboru 23.57 KB
Počet instalací 38
Aktuální Verze 1.0.0
Poslední Aktualizace 2018-08-25
Datum Vydání 2018-08-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář brettwseitz
Typ Platby free
Podporované Jazyky 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';"
}