NASA Picture of the Day
Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
Co je NASA Picture of the Day?
NASA Picture of the Day je rozšíření Chrome vyvinuté http://breakfasthack.com, a jeho hlavní funkcí je „Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření NASA Picture of the Day
Stáhněte si soubory rozšíření NASA 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í
A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery. Very minimalistic.
Základní Informace o Rozšíření
Název | |
ID | njgkhaihjhccfmimhnddjgmdmnplhdel |
Oficiální URL | https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel |
Popis | Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery. |
Velikost souboru | 34.96 KB |
Počet instalací | 907 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2015-03-30 |
Datum Vydání | 2015-03-30 |
Hodnocení | 4.00/5 Celkem 8 Hodnocení |
Vývojář | http://breakfasthack.com |
Typ Platby | free |
Webové stránky Rozšíření | http://breakfasthack.com |
URL Stránky Nápovědy | http://breakfasthack.com |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NASA Picture of the Day", "short_name": "NASA_POTD", "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "page.html" }, "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ], "icons": { "128": "icon.png" }, "manifest_version": 2 } |