Lunar phases

Displays the current phase of the moon.

Lunar phasesとは何ですか?

Lunar phasesはMichael Thelinによって開発されたChromeの拡張機能で、その主な機能は「Displays the current phase of the moon.」です。

拡張機能のスクリーンショット

screenshot

Lunar phases拡張機能のCRXファイルをダウンロード

Lunar phases拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Click on the extension icon to display an image of the current lunar phase, along with its state and time of sunrise and sunset.

Don't look at the moon without it.                    

拡張機能の基本情報

名前 Lunar phases Lunar phases
ID gonoapcaanboccgahfbaegafbckgmceh
公式URL https://chrome.google.com/webstore/detail/lunar-phases/gonoapcaanboccgahfbaegafbckgmceh
説明 Displays the current phase of the moon.
ファイルサイズ 1.47 MB
インストール数 1,568
現在のバージョン 1.6.0
最終更新日 2013-12-07
公開日 2013-12-07
評価 4.08/5 合計 50 レビュー
開発者 Michael Thelin
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lunar phases",
    "version": "1.6.0",
    "manifest_version": 2,
    "description": "Displays the current phase of the moon.",
    "options_page": "views\/options.html",
    "browser_action": {
        "default_icon": "images\/moon-icon.png",
        "default_popup": "views\/popup.html",
        "default_title": "Lunar Phases"
    },
    "background": {
        "scripts": [
            "scripts\/events.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/moon-icon-16.png",
        "48": "images\/moon-icon-48.png",
        "128": "images\/moon-icon.png"
    },
    "permissions": [
        "http:\/\/*.wunderground.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}