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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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