APOD
The famous APOD : Astronomy Picture Of the Day
What is APOD?
APOD is a Chrome extension developed by https://www.astrofiles.net, and its main feature is "The famous APOD : Astronomy Picture Of the Day".
Extension Screenshots
Download APOD Extension CRX File
Download 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
This is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov. This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available. New in version 2.0 : Click the arrows to slide apods back & forth. Enjoy!
Extension Basic Information
Name | APOD |
ID | gggblmmgahdkappoldbhdbofnjlklphc |
Official URL | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
Description | The famous APOD : Astronomy Picture Of the Day |
File Size | 139 KB |
Installation Count | 485 |
Current Version | 2.1 |
Last Updated | 2013-06-17 |
Publish Date | 2013-06-17 |
Rating | 4.40/5 Total 10 Ratings |
Developer | https://www.astrofiles.net |
Payment Type | free |
Extension Website | http://www.astrofiles.net/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "APOD", "version": "2.1", "description": "The famous APOD : Astronomy Picture Of the Day", "permissions": [ "notifications" ], "options_page": "options.html", "browser_action": { "default_icon": "apod16.png", "default_popup": "popup.html" }, "icons": { "16": "apod16.png", "48": "apod48.png", "128": "apod128.png" } } |