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