Calendar Clock

A convenient calendar and clock widget.

What is Calendar Clock?

Calendar Clock is a Chrome extension developed by jack.m.hou, and its main feature is "A convenient calendar and clock widget.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Calendar Clock Extension CRX File

Download Calendar Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Calendar Clock Calendar Clock
ID abmmcineiaonblhmehimkeneglmcofge
Official URL https://chromewebstore.google.com/detail/calendar-clock/abmmcineiaonblhmehimkeneglmcofge
Description A convenient calendar and clock widget.
File Size 369 KB
Installation Count 12,379
Current Version 0.12
Last Updated 2021-06-11
Publish Date 2021-06-10
Rating 4.38/5 Total 16 Ratings
Developer jack.m.hou
Email [email protected]
Payment Type free
Extension Website https://github.com/kaydensigh/chromecalclock
Help Page URL https://github.com/kaydensigh/chromecalclock
Supported Languages 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"
        }
    }
}