Astronomy Picture of the Day
This extension displays the Astronomy Picture of the Day in your new tab page.
Co to jest Astronomy Picture of the Day?
Astronomy Picture of the Day to rozszerzenie Chrome opracowane przez ohohbot, a jego główną funkcją jest „This extension displays the Astronomy Picture of the Day in your new tab page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Astronomy Picture of the Day
Pobierz pliki rozszerzeń Astronomy 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
This extension displays the Astronomy Picture of the Day in your new tab page. This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bdmbcendkknegokaagnpmaimeemgiimc |
Oficjalny URL | https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc |
Opis | This extension displays the Astronomy Picture of the Day in your new tab page. |
Rozmiar pliku | 2.89 MB |
Liczba instalacji | 523 |
Aktualna Wersja | 2 |
Ostatnia Aktualizacja | 2017-03-12 |
Data Publikacji | 2017-03-12 |
Ocena | 4.32/5 Łącznie 19 Oceny |
Deweloper | ohohbot |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "build\/apod.js" ] }, "name": "Astronomy Picture of the Day", "description": "This extension displays the Astronomy Picture of the Day in your new tab page.", "version": "2", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "tabs", "storage" ] } |