Astronomy Picture of the Day
A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.
Τι είναι το Astronomy Picture of the Day;
Το Astronomy Picture of the Day είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον the-cybersapien, και η κύρια λειτουργία του είναι "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Astronomy Picture of the Day
Λήψη αρχείων επέκτασης Astronomy Picture of the Day σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Get the latest of the awesome picture from NASA right on your browser! This extension shows you the Astronomy Picture of the Day from NASA's Open Data Portal. Also get amazing information about the picture, like who does it belong to and what's the story behind it, from your new tab page! Permissions: Read Browsing History: To show the top visited sites Read and Change your data on api.nasa.gov: To get the data and picture from NASA and show it on the page This extension does not track you. This is an unofficial APOD extension and is not affiliated with NASA or any of it's divisions in any manner.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mlgidpjghjipdecdnjfmdenhpnifecgk |
Επίσημο URL | https://chrome.google.com/webstore/detail/astronomy-picture-of-the/mlgidpjghjipdecdnjfmdenhpnifecgk |
Περιγραφή | A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!. |
Μέγεθος Αρχείου | 1.39 MB |
Αριθμός Εγκαταστάσεων | 80 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2017-06-16 |
Ημερομηνία Δημοσίευσης | 2017-06-16 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | the-cybersapien |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Astronomy Picture of the Day", "version": "1.1", "manifest_version": 2, "author": "Aditya Aggarwal", "description": "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "topSites", "tabs", "chrome:\/\/favicon\/", "https:\/\/api.nasa.gov\/" ], "chrome_url_overrides": { "newtab": "newTabPage.html" } } |