NASA Picture of the Day Tab

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

Co to jest NASA Picture of the Day Tab?

NASA Picture of the Day Tab to rozszerzenie Chrome opracowane przez brettwseitz, a jego główną funkcją jest „Shows the NASA Picture of the Day upon opening a new tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NASA Picture of the Day Tab

Pobierz pliki rozszerzeń NASA Picture of the Day Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa NASA Picture of the Day Tab NASA Picture of the Day Tab
ID bhlhaojmlcidaadglhfbmfacoaaebocm
Oficjalny URL https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm
Opis Shows the NASA Picture of the Day upon opening a new tab.
Rozmiar pliku 23.57 KB
Liczba instalacji 38
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-08-25
Data Publikacji 2018-08-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper brettwseitz
Typ Płatności free
Obsługiwane Języki 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';"
}