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
电子邮箱 [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"
    }
}