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.
Vad är NASA Picture of the Day?
NASA Picture of the Day är en Chrome-tillägg utvecklad av http://breakfasthack.com, och dess huvudfunktion är "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".
Tilläggsskärmbilder
Ladda ner NASA Picture of the Day-förlängningens CRX-fil
Ladda ner NASA 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
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äggande Information om Tillägg
Namn | |
ID | njgkhaihjhccfmimhnddjgmdmnplhdel |
Officiell webbadress | https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel |
Beskrivning | Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery. |
Filstorlek | 34.96 KB |
Antal Installationer | 907 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-03-30 |
Publiceringsdatum | 2015-03-30 |
Betyg | 4.00/5 Totalt 8 Betyg |
Utvecklare | http://breakfasthack.com |
Betalningssätt | free |
Tilläggswebbplats | http://breakfasthack.com |
Hjälpsida URL | http://breakfasthack.com |
Stödda Språk | 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 } |