Astronomy Picture of the Day
This extension displays the Astronomy Picture of the Day in your new tab page.
Co je Astronomy Picture of the Day?
Astronomy Picture of the Day je rozšíření Chrome vyvinuté ohohbot, a jeho hlavní funkcí je „This extension displays the Astronomy Picture of the Day in your new tab page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Astronomy Picture of the Day
Stáhněte si soubory rozšíření Astronomy Picture of the Day ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | bdmbcendkknegokaagnpmaimeemgiimc |
Oficiální URL | https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc |
Popis | This extension displays the Astronomy Picture of the Day in your new tab page. |
Velikost souboru | 2.89 MB |
Počet instalací | 523 |
Aktuální Verze | 2 |
Poslední Aktualizace | 2017-03-12 |
Datum Vydání | 2017-03-12 |
Hodnocení | 4.32/5 Celkem 19 Hodnocení |
Vývojář | ohohbot |
Typ Platby | free |
Podporované Jazyky | 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" ] } |