Lunar Clock

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

Lunar Clock क्या है?

Lunar Clock Nick Renteria द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of the current moon cycle in your new Chrome tabs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lunar Clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}