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.
Qu'est-ce que NASA Picture of the Day ?
NASA Picture of the Day est une extension Chrome développée par http://breakfasthack.com, et sa fonction principale est "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NASA Picture of the Day
Téléchargez les fichiers d'extension NASA Picture of the Day au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | njgkhaihjhccfmimhnddjgmdmnplhdel |
URL Officiel | https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel |
Description | Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery. |
Taille du Fichier | 34.96 KB |
Nombre d'Installations | 907 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2015-03-30 |
Date de Publication | 2015-03-30 |
Évaluation | 4.00/5 Total 8 Évaluations |
Développeur | http://breakfasthack.com |
Type de Paiement | free |
Site Web de l'Extension | http://breakfasthack.com |
URL de la Page d'Aide | http://breakfasthack.com |
Langues Prises en Charge | 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 } |