Nice APOD
A nicer looking Astronomy Picture of the Day from NASA
What is Nice APOD?
Nice APOD is a Chrome extension developed by TadasTamo, and its main feature is "A nicer looking Astronomy Picture of the Day from NASA".
Extension Screenshots
Download Nice APOD Extension CRX File
Download Nice APOD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | jlnomhbpddlchjhndafjommmbchfobjc |
Official URL | https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc |
Description | A nicer looking Astronomy Picture of the Day from NASA |
File Size | 27.05 KB |
Installation Count | 119 |
Current Version | 0.1 |
Last Updated | 2014-01-26 |
Publish Date | 2014-01-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | TadasTamo |
Payment Type | free |
Extension Website | https://github.com/tadast |
Supported Languages | 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\/*" ] } |