APOD
The famous APOD : Astronomy Picture Of the Day
Hvad er APOD?
APOD er en Chrome-udvidelse udviklet af https://www.astrofiles.net, og dens hovedfunktion er "The famous APOD : Astronomy Picture Of the Day".
Udvidelsesskærmbilleder
Download APOD-udvidelses-CRX-fil
Download APOD-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gggblmmgahdkappoldbhdbofnjlklphc |
| Officiel URL | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
| Beskrivelse | The famous APOD : Astronomy Picture Of the Day |
| Filstørrelse | 139 KB |
| Antal Installationer | 485 |
| Nuværende Version | 2.1 |
| Senest Opdateret | 2013-06-17 |
| Udgivelsesdato | 2013-06-17 |
| Bedømmelse | 4.40/5 Samlet 10 Bedømmelser |
| Udvikler | https://www.astrofiles.net |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.astrofiles.net/ |
| Understøttede Sprog | 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"
}
} | |