Nice APOD
A nicer looking Astronomy Picture of the Day from NASA
Was ist Nice APOD?
Nice APOD ist eine Chrome-Erweiterung, die von TadasTamo entwickelt wurde, und ihr Hauptmerkmal ist "A nicer looking Astronomy Picture of the Day from NASA".
Erweiterungsscreenshots
Nice APOD-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nice APOD-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | jlnomhbpddlchjhndafjommmbchfobjc |
Offizielle URL | https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc |
Beschreibung | A nicer looking Astronomy Picture of the Day from NASA |
Dateigröße | 27.05 KB |
Installationsanzahl | 119 |
Aktuelle Version | 0.1 |
Letztes Update | 2014-01-26 |
Veröffentlichungsdatum | 2014-01-26 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | TadasTamo |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/tadast |
Unterstützte Sprachen | 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\/*" ] } |