Sun & moon times extension
Displays times for sunrise, sunset, moonrise, moonset etc.
What is Sun & moon times extension?
Sun & moon times extension is a Chrome extension developed by sandro, and its main feature is "Displays times for sunrise, sunset, moonrise, moonset etc.".
Extension Screenshots
Download Sun & moon times extension Extension CRX File
Download Sun & moon times extension 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
Provides astronomical information like this: * Sunlight duration * Sunrise time * Sunset time * Moonrise time * Moonset time * Phase * Illuminated part
Extension Basic Information
Name | Sun & moon times extension |
ID | ipijpiahkomdgeglkmndmegpgkfeddaj |
Official URL | https://chromewebstore.google.com/detail/sun-moon-times-extension/ipijpiahkomdgeglkmndmegpgkfeddaj |
Description | Displays times for sunrise, sunset, moonrise, moonset etc. |
File Size | 1.09 MB |
Installation Count | 685 |
Current Version | 1.0.3 |
Last Updated | 2016-01-07 |
Publish Date | 2016-01-07 |
Rating | 3.71/5 Total 7 Ratings |
Developer | sandro |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sun & moon times extension", "description": "Displays times for sunrise, sunset, moonrise, moonset etc.", "version": "1.0.3", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": [], "browser_action": { "name": "Sun & moon times extension", "default_icon": "icon48.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [], "manifest_version": 2 } |