Full Year Calendar Tab

Shows a year calendar view when you open a new tab, also highlights todays date.

Τι είναι το Full Year Calendar Tab;

Το Full Year Calendar Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NodleStudios LLC, και η κύρια λειτουργία του είναι "Shows a year calendar view when you open a new tab, also highlights todays date.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Full Year Calendar Tab

Λήψη αρχείων επέκτασης Full Year Calendar Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Each time you open a new chrome tab, this extension will show you a full overview of the current year, all twelve months, it also highlights the current date.

Why did I build this? I wanted a simple reminder of how days, weeks, and months all add up to a full year as well as a visual reminder of where I am in the year. Maybe it's just me but it seems like I get to the end of a month just a few days after the month started!

Mostly the year calendar is a reminder for me of the passage of time, and the fact that there is a finite amount of time in a month, in a year, in a life...

## Changelog

1.0.0
- Clean up a few things style wise
- Allow switching to previous and next years

0.0.12
- Adds dark mode, detected automatically

0.0.11
- Initial release                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Full Year Calendar Tab Full Year Calendar Tab
ID bckokgkelhagcohiplpedicknfieajcg
Επίσημο URL https://chromewebstore.google.com/detail/full-year-calendar-tab/bckokgkelhagcohiplpedicknfieajcg
Περιγραφή Shows a year calendar view when you open a new tab, also highlights todays date.
Μέγεθος Αρχείου 1.4 MB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-01-11
Ημερομηνία Δημοσίευσης 2022-04-04
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής NodleStudios LLC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Full Year Calendar Tab",
    "description": "Shows a year calendar view when you open a new tab, also highlights todays date.",
    "version": "1.0.0",
    "author": "NodleStudios LLC",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}