NASA Picture of the Day

Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.

Co to jest NASA Picture of the Day?

NASA Picture of the Day to rozszerzenie Chrome opracowane przez http://breakfasthack.com, a jego główną funkcją jest „Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia NASA Picture of the Day

Pobierz pliki rozszerzeń NASA Picture of the Day 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

                        A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery.

Very minimalistic.                    

Podstawowe informacje o rozszerzeniu

Nazwa NASA Picture of the Day NASA Picture of the Day
ID njgkhaihjhccfmimhnddjgmdmnplhdel
Oficjalny URL https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel
Opis Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
Rozmiar pliku 34.96 KB
Liczba instalacji 907
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-03-30
Data Publikacji 2015-03-30
Ocena 4.00/5 Łącznie 8 Oceny
Deweloper http://breakfasthack.com
Typ Płatności free
Strona Rozszerzenia http://breakfasthack.com
Adres URL Strony Pomocy http://breakfasthack.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Picture of the Day",
    "short_name": "NASA_POTD",
    "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}