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 |
| Eメール | [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"
}
} | |