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是由NodleStudios LLC開發的Chrome擴展程式,該擴展的主要功能是“Shows a year calendar view when you open a new tab, also highlights todays date.”。

擴展截圖

screenshot
screenshot

下載Full Year Calendar Tab擴展crx文件

下載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
官方網址 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"
    }
}