APOD
The famous APOD : Astronomy Picture Of the Day
Τι είναι το APOD;
Το APOD είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.astrofiles.net, και η κύρια λειτουργία του είναι "The famous APOD : Astronomy Picture Of the Day".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης APOD
Λήψη αρχείων επέκτασης APOD σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | gggblmmgahdkappoldbhdbofnjlklphc |
| Επίσημο URL | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
| Περιγραφή | The famous APOD : Astronomy Picture Of the Day |
| Μέγεθος Αρχείου | 139 KB |
| Αριθμός Εγκαταστάσεων | 485 |
| Τρέχουσα Έκδοση | 2.1 |
| Τελευταία Ενημέρωση | 2013-06-17 |
| Ημερομηνία Δημοσίευσης | 2013-06-17 |
| Αξιολόγηση | 4.40/5 Συνολικά 10 Αξιολογήσεις |
| Προγραμματιστής | https://www.astrofiles.net |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | http://www.astrofiles.net/ |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |