Moon phase
Moon phase
What is Moon phase?
Moon phase is a Chrome extension developed by https://www.dblv.com, and its main feature is "Moon phase".
Extension Screenshots
Download Moon phase Extension CRX File
Download Moon phase 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
Display current phase of the moon and date for next full moon and next new moon
Extension Basic Information
Name | Moon phase |
ID | kacknabhilhhbgleklbdkpclehjoefeg |
Official URL | https://chromewebstore.google.com/detail/moon-phase/kacknabhilhhbgleklbdkpclehjoefeg |
Description | Moon phase |
File Size | 4.59 MB |
Installation Count | 99 |
Current Version | 1.0.0.0 |
Last Updated | 2020-09-21 |
Publish Date | 2020-07-01 |
Developer | https://www.dblv.com |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "title": "Moon phase", "name": "Moon phase", "description": "Moon phase", "version": "1.0.0.0", "icons": { "128": "128.png" }, "browser_action": { "default_icon": "moon_3.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |