APOD
The famous APOD : Astronomy Picture Of the Day
Wat is APOD?
APOD is een Chrome-extensie ontwikkeld door https://www.astrofiles.net, en de belangrijkste functie is "The famous APOD : Astronomy Picture Of the Day".
Extensie Screenshots
Download het CRX-bestand van de extensie APOD
Download APOD-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | gggblmmgahdkappoldbhdbofnjlklphc |
| Officiële URL | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
| Beschrijving | The famous APOD : Astronomy Picture Of the Day |
| Bestandsgrootte | 139 KB |
| Aantal Installaties | 485 |
| Huidige Versie | 2.1 |
| Laatst Bijgewerkt | 2013-06-17 |
| Publicatiedatum | 2013-06-17 |
| Beoordeling | 4.40/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | https://www.astrofiles.net |
| Betalingswijze | free |
| Extensiewebsite | http://www.astrofiles.net/ |
| Ondersteunde Talen | 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"
}
} | |