Simple Calendar

Simple calendar extension

Simple Calendarとは何ですか?

Simple Calendarはmatofesiによって開発されたChromeの拡張機能で、その主な機能は「Simple calendar extension」です。

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

screenshot

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

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

拡張機能の使用方法

                        Simple calendar extension.
It display extension icon and when clicked shows current month calendar with option to switch months, years. Nothing more ;)                    

拡張機能の基本情報

名前 Simple Calendar Simple Calendar
ID bjldpnokihfighdghbllbncabjnddamm
公式URL https://chromewebstore.google.com/detail/simple-calendar/bjldpnokihfighdghbllbncabjnddamm
説明 Simple calendar extension
ファイルサイズ 430 KB
インストール数 1,796
現在のバージョン 1.3
最終更新日 2024-01-26
公開日 2020-03-04
評価 4.86/5 合計 7 レビュー
開発者 matofesi
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Simple Calendar",
    "permissions": [
        "alarms"
    ],
    "short_name": "SimpleCalendar",
    "version": "1.3",
    "action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "main.html"
    },
    "description": "Simple calendar extension",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png"
    }
}