APOD
The famous APOD : Astronomy Picture Of the Day
Co to jest APOD?
APOD to rozszerzenie Chrome opracowane przez https://www.astrofiles.net, a jego główną funkcją jest „The famous APOD : Astronomy Picture Of the Day”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia APOD
Pobierz pliki rozszerzeń APOD 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 is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov.
This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available.
New in version 2.0 : Click the arrows to slide apods back & forth.
Enjoy! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gggblmmgahdkappoldbhdbofnjlklphc |
| Oficjalny URL | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
| Opis | The famous APOD : Astronomy Picture Of the Day |
| Rozmiar pliku | 139 KB |
| Liczba instalacji | 485 |
| Aktualna Wersja | 2.1 |
| Ostatnia Aktualizacja | 2013-06-17 |
| Data Publikacji | 2013-06-17 |
| Ocena | 4.40/5 Łącznie 10 Oceny |
| Deweloper | https://www.astrofiles.net |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.astrofiles.net/ |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "APOD",
"version": "2.1",
"description": "The famous APOD : Astronomy Picture Of the Day",
"permissions": [
"notifications"
],
"options_page": "options.html",
"browser_action": {
"default_icon": "apod16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "apod16.png",
"48": "apod48.png",
"128": "apod128.png"
}
} | |