Nice APOD
A nicer looking Astronomy Picture of the Day from NASA
Hvad er Nice APOD?
Nice APOD er en Chrome-udvidelse udviklet af TadasTamo, og dens hovedfunktion er "A nicer looking Astronomy Picture of the Day from NASA".
Udvidelsesskærmbilleder
Download Nice APOD-udvidelses-CRX-fil
Download Nice APOD-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jlnomhbpddlchjhndafjommmbchfobjc |
Officiel URL | https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc |
Beskrivelse | A nicer looking Astronomy Picture of the Day from NASA |
Filstørrelse | 27.05 KB |
Antal Installationer | 119 |
Nuværende Version | 0.1 |
Senest Opdateret | 2014-01-26 |
Udgivelsesdato | 2014-01-26 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | TadasTamo |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/tadast |
Understøttede Sprog | 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\/*" ] } |