Astronomy Picture of the Day
A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.
Vad är Astronomy Picture of the Day?
Astronomy Picture of the Day är en Chrome-tillägg utvecklad av the-cybersapien, och dess huvudfunktion är "A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!.".
Tilläggsskärmbilder
Ladda ner Astronomy Picture of the Day-förlängningens CRX-fil
Ladda ner Astronomy Picture of the Day-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mlgidpjghjipdecdnjfmdenhpnifecgk |
Officiell webbadress | https://chrome.google.com/webstore/detail/astronomy-picture-of-the/mlgidpjghjipdecdnjfmdenhpnifecgk |
Beskrivning | A simple chrome extension which gets the APOD from NASA and displays it on the new tab page!. |
Filstorlek | 1.39 MB |
Antal Installationer | 80 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-06-16 |
Publiceringsdatum | 2017-06-16 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | the-cybersapien |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |