Current Moon Phase
Current moon phase, moon zodiac sign, moonset and moonrise time for you location
什么是Current Moon Phase?
Current Moon Phase是由https://moonorganizer.com开发的Chrome扩展程序,该扩展的主要功能是“Current moon phase, moon zodiac sign, moonset and moonrise time for you location”。
扩展截图
下载Current Moon Phase扩展crx文件
下载Current Moon Phase扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features:
* Automatically detect your location
* Current moon phase (icon and name)
* Moonset and moonrise time
* Moon zodiac sign
* Detailed information about each moon phase by clicking "Learn More"
Keep up with the Moon Phase. 扩展基本信息
| 名称 | |
| ID | ippnbhhbamibfpljlfmgogaondodicgi |
| 官方URL | https://chromewebstore.google.com/detail/current-moon-phase/ippnbhhbamibfpljlfmgogaondodicgi |
| 简介 | Current moon phase, moon zodiac sign, moonset and moonrise time for you location |
| 文件大小 | 31.04 KB |
| 安装次数 | 20,000 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2021-04-21 |
| 上架时间 | 2020-03-29 |
| 评分 | 3.67/5 共30次评分 |
| 开发者 | https://moonorganizer.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://moonorganizer.com/en/moon-phase-for-today/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Current Moon Phase",
"short_name": "Current Moon Phase",
"version": "1.0.2",
"manifest_version": 2,
"description": "Current moon phase, moon zodiac sign, moonset and moonrise time for you location",
"homepage_url": "https:\/\/moonorganizer.com\/en\/moon-phase-for-today\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Current Moon Phase",
"default_popup": "src\/popup.html"
}
} | |