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.
Hvad er NASA Picture of the Day?
NASA Picture of the Day er en Chrome-udvidelse udviklet af http://breakfasthack.com, og dens hovedfunktion er "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".
Udvidelsesskærmbilleder
Download NASA Picture of the Day-udvidelses-CRX-fil
Download NASA 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
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | njgkhaihjhccfmimhnddjgmdmnplhdel |
Officiel URL | https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel |
Beskrivelse | Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery. |
Filstørrelse | 34.96 KB |
Antal Installationer | 907 |
Nuværende Version | 0.1 |
Senest Opdateret | 2015-03-30 |
Udgivelsesdato | 2015-03-30 |
Bedømmelse | 4.00/5 Samlet 8 Bedømmelser |
Udvikler | http://breakfasthack.com |
Betalingsmetode | free |
Udvidelseswebsted | http://breakfasthack.com |
Hjælpeside-URL | http://breakfasthack.com |
Understøttede Sprog | 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 } |