APOD
The famous APOD : Astronomy Picture Of the Day
Cos'è APOD?
APOD è un'estensione di Chrome sviluppata da https://www.astrofiles.net, e la sua funzione principale è "The famous APOD : Astronomy Picture Of the Day".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione APOD
Scarica i file di estensione APOD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | gggblmmgahdkappoldbhdbofnjlklphc |
| URL Ufficiale | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
| Descrizione | The famous APOD : Astronomy Picture Of the Day |
| Dimensione del File | 139 KB |
| Conteggio Installazioni | 485 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2013-06-17 |
| Data di Pubblicazione | 2013-06-17 |
| Valutazione | 4.40/5 Totale 10 Valutazioni |
| Sviluppatore | https://www.astrofiles.net |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.astrofiles.net/ |
| Lingue Supportate | 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"
}
} | |