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
官方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"
    }
}