Lunar Clock

Keep track of the current moon cycle in your new Chrome tabs.

Lunar Clock란 무엇입니까?

Lunar Clock은(는) Nick Renteria에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of the current moon cycle in your new Chrome tabs."입니다.

확장 프로그램 스크린샷

screenshot

Lunar Clock 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Whenever you open a new tab this extension will display a model of the moon's current appearance and highlight its nearest lunar phase. It's a great way to spice up that boring new tab screen.  You can also set it to an animation of the entire moon cycle if you want instead, and starting in version 3.0.0 there's also a dropdown menu that you can use as a quick link or bookmark navigation. 

Feel free to reach out with any update suggestions, new features you'd like to see, or bugs you experience.                    

확장 프로그램 기본 정보

이름 Lunar Clock Lunar Clock
ID dmjfmlflhgdjjnlbindgcgaiielgjnee
공식 URL https://chromewebstore.google.com/detail/lunar-clock/dmjfmlflhgdjjnlbindgcgaiielgjnee
설명 Keep track of the current moon cycle in your new Chrome tabs.
파일 크기 22.02 KB
설치 횟수 102
현재 버전 3.0.1
최근 업데이트 2020-08-27
출시 날짜 2020-06-13
개발자 Nick Renteria
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.1",
    "manifest_version": 2,
    "name": "Lunar Clock",
    "description": "Keep track of the current moon cycle in your new Chrome tabs.",
    "author": "Nick Renteria",
    "chrome_url_overrides": {
        "newtab": "moon.html"
    },
    "icons": {
        "16": "Moon16.png",
        "48": "Moon48.png",
        "128": "Moon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/Moon16.png",
            "48": ".\/Moon48.png",
            "128": ".\/Moon128.png"
        },
        "default_title": "Lunar Clock"
    }
}