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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |