Calendar Clock

A convenient calendar and clock widget.

Calendar Clockとは何ですか?

Calendar Clockはjack.m.houによって開発されたChromeの拡張機能で、その主な機能は「A convenient calendar and clock widget.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Same as the Chrome App (https://chrome.google.com/webstore/detail/calendar-clock/galgfocamdohgeifjlbefkfpaalankfi) but turned into an extension since Chrome Apps will be shut down soon.

Source code can be found at:
https://github.com/kaydensigh/chromecalclock                    

拡張機能の基本情報

名前 Calendar Clock Calendar Clock
ID abmmcineiaonblhmehimkeneglmcofge
公式URL https://chromewebstore.google.com/detail/calendar-clock/abmmcineiaonblhmehimkeneglmcofge
説明 A convenient calendar and clock widget.
ファイルサイズ 369 KB
インストール数 12,379
現在のバージョン 0.12
最終更新日 2021-06-11
公開日 2021-06-10
評価 4.38/5 合計 16 レビュー
開発者 jack.m.hou
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/kaydensigh/chromecalclock
ヘルプページのURL https://github.com/kaydensigh/chromecalclock
対応言語 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "version": "0.12",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "common\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "common\/main.html",
        "default_icon": {
            "128": "common\/icon-128.png"
        }
    }
}