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.
Wat is NASA Picture of the Day?
NASA Picture of the Day is een Chrome-extensie ontwikkeld door http://breakfasthack.com, en de belangrijkste functie is "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".
Extensie Screenshots
Download het CRX-bestand van de extensie NASA Picture of the Day
Download NASA Picture of the Day-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | njgkhaihjhccfmimhnddjgmdmnplhdel |
Officiële URL | https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel |
Beschrijving | Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery. |
Bestandsgrootte | 34.96 KB |
Aantal Installaties | 907 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-03-30 |
Publicatiedatum | 2015-03-30 |
Beoordeling | 4.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | http://breakfasthack.com |
Betalingswijze | free |
Extensiewebsite | http://breakfasthack.com |
Help Pagina-URL | http://breakfasthack.com |
Ondersteunde Talen | 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 } |