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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
    }
}