Calendar

Day, Month and Year

Calendarとは何ですか?

Calendarはhttps://mythical5th.comによって開発されたChromeの拡張機能で、その主な機能は「Day, Month and Year」です。

拡張機能のスクリーンショット

screenshot

Calendar拡張機能のCRXファイルをダウンロード

Calendar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Keyboard shortcut: Alt+C
To change the default, go to chrome://extensions/shortcuts

September 2023:
With regret, the full-month grid has been removed. It used the Flexbox and Grid layout modes of HTML, which have been affected negatively by an update of Chrome.                    

拡張機能の基本情報

名前 Calendar Calendar
ID ndfdimandiclndjddnhkhjleeadcppcj
公式URL https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj
説明 Day, Month and Year
ファイルサイズ 8.15 KB
インストール数 48
現在のバージョン 4.1
最終更新日 2024-02-10
公開日 2021-03-01
開発者 https://mythical5th.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://mythical5th.com/policies/chromeWebStore.html
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Calendar",
    "version": "4.1",
    "description": "Day, Month and Year",
    "short_name": "Calendar",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "action": {
        "default_title": "Calendar",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "48": "\/icons\/icon48.png"
        }
    }
}