Lunar Clock

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

Lunar Clock là gì?

Lunar Clock là một tiện ích mở rộng Chrome được phát triển bởi Nick Renteria, và tính năng chính của nó là "Keep track of the current moon cycle in your new Chrome tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lunar Clock

Tải xuống các tệp mở rộng Lunar Clock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lunar Clock Lunar Clock
ID dmjfmlflhgdjjnlbindgcgaiielgjnee
URL Chính Thức https://chromewebstore.google.com/detail/lunar-clock/dmjfmlflhgdjjnlbindgcgaiielgjnee
Mô tả Keep track of the current moon cycle in your new Chrome tabs.
Kích Thước Tệp 22.02 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2020-08-27
Ngày Phát Hành 2020-06-13
Nhà Phát Triển Nick Renteria
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}