Moon Phases
Show the current Moon Phase in the icon and more data if you click it
Moon Phasesとは何ですか?
Moon PhasesはIñakiによって開発されたChromeの拡張機能で、その主な機能は「Show the current Moon Phase in the icon and more data if you click it」です。
拡張機能のスクリーンショット
Moon Phases拡張機能のCRXファイルをダウンロード
Moon Phases拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The icon show the current phase with a real image of the moon. Click and little window is open with the next data: - Location. - Current moon phase. - Moonrise. - Moonset. - Moon age. - Moon brightness percentage.. - Real image in current phase. - Phases prevision for all week. - Moon rise point.
拡張機能の基本情報
名前 | |
ID | diikilbpgmfgiikhijemigmcoefdnfme |
公式URL | https://chrome.google.com/webstore/detail/moon-phases/diikilbpgmfgiikhijemigmcoefdnfme |
説明 | Show the current Moon Phase in the icon and more data if you click it |
ファイルサイズ | 3.07 MB |
インストール数 | 329 |
現在のバージョン | 4.3 |
最終更新日 | 2022-02-18 |
公開日 | 2020-09-23 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Iñaki |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://lobular-observation.000webhostapp.com/politica_de_privacidad/en/index.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moon Phases", "version": "4.3", "description": "Show the current Moon Phase in the icon and more data if you click it", "author": "I\u00f1aki", "background": { "scripts": [ "jquery-3.5.1.js", "moon2022.json", "contentFases.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/weather.cit.api.here.com; object-src 'self'", "permissions": [ "geolocation" ], "icons": { "16": "iconos\/icon16.png", "48": "iconos\/icon48.png", "128": "iconos\/icon128.png" }, "browser_action": { "default_popup": "fases.html", "default_title": "MoonPhases", "default_icon": { "32": "fasesLunaIcons\/lunaFase15.png" } } } |