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 |
| 官方網址 | 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"
}
} | |