Astronomy Picture of the Day
This extension displays the Astronomy Picture of the Day in your new tab page.
Τι είναι το Astronomy Picture of the Day;
Το Astronomy Picture of the Day είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ohohbot, και η κύρια λειτουργία του είναι "This extension displays the Astronomy Picture of the Day in your new tab page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Astronomy Picture of the Day
Λήψη αρχείων επέκτασης Astronomy Picture of the Day σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension displays the Astronomy Picture of the Day in your new tab page. This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bdmbcendkknegokaagnpmaimeemgiimc |
Επίσημο URL | https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc |
Περιγραφή | This extension displays the Astronomy Picture of the Day in your new tab page. |
Μέγεθος Αρχείου | 2.89 MB |
Αριθμός Εγκαταστάσεων | 523 |
Τρέχουσα Έκδοση | 2 |
Τελευταία Ενημέρωση | 2017-03-12 |
Ημερομηνία Δημοσίευσης | 2017-03-12 |
Αξιολόγηση | 4.32/5 Συνολικά 19 Αξιολογήσεις |
Προγραμματιστής | ohohbot |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "build\/apod.js" ] }, "name": "Astronomy Picture of the Day", "description": "This extension displays the Astronomy Picture of the Day in your new tab page.", "version": "2", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "tabs", "storage" ] } |