Lunar Clock

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

Τι είναι το Lunar Clock;

Το Lunar Clock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nick Renteria, και η κύρια λειτουργία του είναι "Keep track of the current moon cycle in your new Chrome tabs.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Lunar Clock

Λήψη αρχείων επέκτασης 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"
    }
}