Astronomy Picture of the Day
This extension displays the Astronomy Picture of the Day in your new tab page.
Vad är Astronomy Picture of the Day?
Astronomy Picture of the Day är en Chrome-tillägg utvecklad av ohohbot, och dess huvudfunktion är "This extension displays the Astronomy Picture of the Day in your 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
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
Grundläggande Information om Tillägg
Namn | |
ID | bdmbcendkknegokaagnpmaimeemgiimc |
Officiell webbadress | https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc |
Beskrivning | This extension displays the Astronomy Picture of the Day in your new tab page. |
Filstorlek | 2.89 MB |
Antal Installationer | 523 |
Aktuell Version | 2 |
Senast Uppdaterad | 2017-03-12 |
Publiceringsdatum | 2017-03-12 |
Betyg | 4.32/5 Totalt 19 Betyg |
Utvecklare | ohohbot |
Betalningssätt | free |
Stödda Språk | 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" ] } |