Sidebar Clock

Clock on browser sidebar

What is Sidebar Clock?

Sidebar Clock is a Chrome extension developed by SuperExt, and its main feature is "Clock on browser sidebar".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Sidebar Clock Extension CRX File

Download Sidebar 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

                        Clock on browser sidebar.

Requirements
minimum chrome version: 114

More features on the way

V1.0.2
- CLOCK [✔]
- STOPWATCH [✔]
- POMODORO [✔]
- TIMER
- ALARM CLOCK                    

Extension Basic Information

Name Sidebar Clock Sidebar Clock
ID jhlfjalilcgcampkndjhlgkndedgoegg
Official URL https://chromewebstore.google.com/detail/sidebar-clock/jhlfjalilcgcampkndjhlgkndedgoegg
Description Clock on browser sidebar
File Size 133 KB
Installation Count 66
Current Version 1.0.2
Last Updated 2023-05-15
Publish Date 2023-05-10
Rating 4.00/5 Total 1 Ratings
Developer SuperExt
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sidebar Clock",
    "description": "Clock on browser sidebar",
    "version": "1.0.2",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "scripts\/service-worker.js"
    },
    "side_panel": {
        "default_path": "panel\/clock.html",
        "openPanelOnActionClick": true
    },
    "action": {
        "default_title": "Click to open Sidebar Clock"
    },
    "offline_enabled": true,
    "minimum_chrome_version": "114",
    "permissions": [
        "sidePanel"
    ]
}