Nice APOD
A nicer looking Astronomy Picture of the Day from NASA
Qu'est-ce que Nice APOD ?
Nice APOD est une extension Chrome développée par TadasTamo, et sa fonction principale est "A nicer looking Astronomy Picture of the Day from NASA".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nice APOD
Téléchargez les fichiers d'extension Nice APOD 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
Nicer experience on Astronomy Picture of the Day by NASA (http://apod.nasa.gov): better font and line spacing, less obtrusive link color etc. Source code: https://github.com/tadast/nice-apod
Informations de Base sur l'Extension
Nom | |
ID | jlnomhbpddlchjhndafjommmbchfobjc |
URL Officiel | https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc |
Description | A nicer looking Astronomy Picture of the Day from NASA |
Taille du Fichier | 27.05 KB |
Nombre d'Installations | 119 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-01-26 |
Date de Publication | 2014-01-26 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | TadasTamo |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tadast |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nice APOD", "description": "A nicer looking Astronomy Picture of the Day from NASA", "version": "0.1", "minimum_chrome_version": "23", "icons": { "16": "images\/logo16.png", "128": "images\/logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/apod.nasa.gov\/apod\/*" ], "css": [ "css\/main.css" ], "js": [ "main.js" ] } ], "permissions": [ "tabs", "http:\/\/apod.nasa.gov\/apod\/*" ] } |