Astronomy Picture of the Day
This extension displays the Astronomy Picture of the Day in your new tab page.
Hvad er Astronomy Picture of the Day?
Astronomy Picture of the Day er en Chrome-udvidelse udviklet af ohohbot, og dens hovedfunktion er "This extension displays the Astronomy Picture of the Day in your new tab page.".
Udvidelsesskærmbilleder
Download Astronomy Picture of the Day-udvidelses-CRX-fil
Download Astronomy Picture of the Day-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | bdmbcendkknegokaagnpmaimeemgiimc |
Officiel URL | https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc |
Beskrivelse | This extension displays the Astronomy Picture of the Day in your new tab page. |
Filstørrelse | 2.89 MB |
Antal Installationer | 523 |
Nuværende Version | 2 |
Senest Opdateret | 2017-03-12 |
Udgivelsesdato | 2017-03-12 |
Bedømmelse | 4.32/5 Samlet 19 Bedømmelser |
Udvikler | ohohbot |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |