APODtab

Displays the latest NASA APOD image when you open a new tab

Co to jest APODtab?

APODtab to rozszerzenie Chrome opracowane przez jooldesign.co.uk, a jego główną funkcją jest „Displays the latest NASA APOD image when you open a new tab”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia APODtab

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

                        If you love space, astrophotography or just inspiring photographs, this extension replaces the boring plain new tab screen with images from NASA's Astronomy Picture of the Day archive. The extension also includes details of the epic images you'll enjoy looking at so you can learn more about space too before browsing the web!                    

Podstawowe informacje o rozszerzeniu

Nazwa APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
Oficjalny URL https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
Opis Displays the latest NASA APOD image when you open a new tab
Rozmiar pliku 70.76 KB
Liczba instalacji 61
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2017-02-16
Data Publikacji 2017-02-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper jooldesign.co.uk
Typ Płatności free
Strona Rozszerzenia http://jooldesign.co.uk
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APODtab",
    "version": "1.3.0",
    "description": "Displays the latest NASA APOD image when you open a new tab",
    "author": "Chris Briggs ",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "apod.html"
    }
}