APOD New Tab

See pictures from Astronomy Picture of the Day when you open a new tab!

Co to jest APOD New Tab?

APOD New Tab to rozszerzenie Chrome opracowane przez desolationaurora, a jego główną funkcją jest „See pictures from Astronomy Picture of the Day when you open a new tab!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia APOD New Tab

Pobierz pliki rozszerzeń APOD New 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

                        Set your new tab window to display stunning images from NASA's Astronomy Image of the Day. Learn about the details behind these surreal cosmic occurrences, and easily browse the entire index of images.

Source: http://apod.nasa.gov/apod/astropix.html.

Type '?' for keyboard shortcuts.                    

Podstawowe informacje o rozszerzeniu

Nazwa APOD New Tab APOD New Tab
ID pgnijakmicikmolkbgnnjpfhhkockobl
Oficjalny URL https://chromewebstore.google.com/detail/apod-new-tab/pgnijakmicikmolkbgnnjpfhhkockobl
Opis See pictures from Astronomy Picture of the Day when you open a new tab!
Rozmiar pliku 1.25 MB
Liczba instalacji 50
Aktualna Wersja 1.6.2
Ostatnia Aktualizacja 2016-01-20
Data Publikacji 2016-01-20
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper desolationaurora
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APOD New Tab",
    "short_name": "APOD New Tab",
    "version": "1.6.2",
    "description": "See pictures from Astronomy Picture of the Day when you open a new tab!",
    "chrome_url_overrides": {
        "newtab": "apod.html"
    },
    "icons": {
        "48": "img\/48.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/",
        "http:\/\/api.data.gov\/",
        "https:\/\/api.data.gov\/"
    ]
}