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