A simple world clocks browser extension.
Chrome Web Store: https://chrome.google.com/extensions/detail/innfmeekncjandlanpgdmmogkcimekgo
This extension uses CoolClock (by Simon Baird) to render lightweight, canvas-based analog clocks for each city or timezone. CoolClock provides customizable skins, smooth hands animation, and accurate rendering with timezone offsets.
This project uses Yarn 4. Common commands:
yarn dev- start the Vite dev serveryarn build- build the extension intodist/and create the release zipyarn update-tz- regeneratesrc/common/data/time-zones.jsonyarn lint- run ESLintyarn format- format files with Prettier
This project is licensed under the MIT License, see the LICENSE file for details.