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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}