NASA Picture of the Day Tab

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

Vad är NASA Picture of the Day Tab?

NASA Picture of the Day Tab är en Chrome-tillägg utvecklad av brettwseitz, och dess huvudfunktion är "Shows the NASA Picture of the Day upon opening a new tab.".

Tilläggsskärmbilder

screenshot

Ladda ner NASA Picture of the Day Tab-förlängningens CRX-fil

Ladda ner NASA Picture of the Day Tab-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

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

Grundläggande Information om Tillägg

Namn NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
Officiell webbadress https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
Beskrivning Shows the NASA Picture of the Day upon opening a new tab.
Filstorlek 23.57 KB
Antal Installationer 38
Aktuell Version 1.0.0
Senast Uppdaterad 2018-08-25
Publiceringsdatum 2018-08-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare brettwseitz
Betalningssätt free
Stödda Språk 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';"
}