Nice APOD
A nicer looking Astronomy Picture of the Day from NASA
Wat is Nice APOD?
Nice APOD is een Chrome-extensie ontwikkeld door TadasTamo, en de belangrijkste functie is "A nicer looking Astronomy Picture of the Day from NASA".
Extensie Screenshots
Download het CRX-bestand van de extensie Nice APOD
Download Nice APOD-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
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
Basisinformatie over de Extensie
Naam | |
ID | jlnomhbpddlchjhndafjommmbchfobjc |
Officiële URL | https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc |
Beschrijving | A nicer looking Astronomy Picture of the Day from NASA |
Bestandsgrootte | 27.05 KB |
Aantal Installaties | 119 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-01-26 |
Publicatiedatum | 2014-01-26 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | TadasTamo |
Betalingswijze | free |
Extensiewebsite | https://github.com/tadast |
Ondersteunde Talen | 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\/*" ] } |