World Clocks

Add any world clock of your choice to remain updated with the time in different locations.

What is World Clocks?

World Clocks is a Chrome extension developed by https://weball.io, and its main feature is "Add any world clock of your choice to remain updated with the time in different locations.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download World Clocks Extension CRX File

Download World Clocks 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

                        ⏰ A productivity booster World Clock browser extension!

🏆 Featured by Google on Chrome Web Store (since following all technical best practices, latest platform APIs, and meeting a high standard of intuitive user experience & design, among other things).

💪 Features:
- All settings are kept in sync
- Add, Remove, SORT, and Edit time zones
- Convert time zone time to other time zones
- Very easy to use
- Responsive layout
- Nice add/remove effect for better user experience
- Select the color theme from the available presets
- Set your color for the individual clock
- Set font color and size as per your choice
- Select 12 or 24-hour format
- Turn on/off seconds display
- Change the display name after adding the clock
- Different sets of layouts added
- Keep the settings panel on the left or right
- Reset all settings
--- New features are added regularly 👨‍💻

🏡 Home Page: 
https://weball.io/products/browsers/extensions/world-clocks

⭐⭐⭐⭐⭐⭐⭐
🥂 Praise
⭐⭐⭐⭐⭐⭐⭐
If you like the extension, I would like to request you to give a 5️⃣⭐ rating, it keeps me motivated to contribute back to the community. 💓

/*****************/
🐞 Bugs
/*****************/
If you find any bugs or if you feel that some feature is missing, please send me a mail 📩 ([email protected]) before giving a bad review 🙏, and I'll fix that ASAP. 

🙇 Thank you for your understanding, and enjoy the extension!!! :) 🎉


📝 Changes:

v 23.8.31 🆕
- Update Icons
- Update URL's 
- Update manifest file

v 23.8.27
- Update meta data 
- Remove log statements

v 23.5.2
- New toggle buttons
- UI/UX improvements
- Optin for GA4
- Reduces overall extension size
- Bug fix: Fixed some crossbrowser CSS issues

v 22.11 
- Manifest migration from v2 to v3 (very important update)
- Size reduced (Increased performance, only ~500KB)
- Few CSS updates in the Settings panel
- Bug fix: Time conversion just after install

v 21.12 (biggest update so far)
- Timezone convert feature added (MOST REQUESTED FEATURE)
- Multiple layouts added for eye-catching UI
- New shades theme added
- New mix theme added
- Text color options added
- Font size options added
- Base input font size added to increase or decrease overall time zones font
- Reset functionality added 
- Clock icons positions updated
- Beautiful radial background added at loading time
- Drag & Drop animation added
- Settings panel slide effect added for better UX
- Settings panel position can be LEFT or RIGHT
- Font sizes change from px > rem and em for better usability
- Settings panel now have a scroll bar for screen having small heights 
- Removed time value from tab
- Overall user experience improved
- Redundant code removed
-  Date format updated and the Month has also been added now
- Bug Fixed: MAX_WRITE_OPERATIONS_PER_MINUTE
- Bug Fixed: Error because of old and new database mismatch

v 21.04.1
- bug fixed related to settings open by default

v 21.04
- Version naming changed
- Few things improved as per the user's feedback
- Thank you page will open only on the new install, not on the update
- Credit section added
- Button text replaced with icons
- UI Improvements
- Small bug fixed

v 2.2
- Note able to drag at the end bug solved
- Code refactoring
- Thank you page message updated
- Credits link added

v 2.1
- Don't show the sort and delete icon for the last clock remaining while deleting
- Thank you page added after installation
- Feedback form added after uninstallation

v 2.0
- Turn on/off seconds display

v 1.9
- Items can be rearranged now by drag and drop
- Add timezone animation added
- Delete buttons not showing up on first load bug fixed
- Logic and UI updates

v 1.8
- Remove timezone animation added
- Can't add duplicated timezones
- Default 4 time zones added on the first load

v 1.7
- UI updates
- code refactored
- bugs solved
- credits link added
- support button added

V 1.6 - New Features + Bugs solved:
- New Add button and Edit Button Layout.
- Don't show am/pm in 24hr format.
- Stop the user from adding an invalid Time Zone.

V 1.5 - A bug solved:
- Not able to create more than 5 clocks

V 1.4 - New features added:
- CSS/Style updates.
- Select 12 or 24-hour format.
- Change the display name after adding a clock.

Oh still here, you are super awesome!
🤘 Keep rocking!!! 

❤️ You are breathtaking! ❤️
CWC is yours to keep. Forever. 


------------------------------------------
Other suggested products:
------------------------------------------

🖼 Theme:
------------------
Green Peaceful Ambience Theme

Link: 
--------
https://chrome.google.com/webstore/detail/green-peaceful-ambience-t/joalfcmoabjccbphlngocfcpkglmalkj                    

Extension Basic Information

Name World Clocks World Clocks
ID hobnkbcfnolegmdfmfakkcllnblnonhb
Official URL https://chromewebstore.google.com/detail/world-clocks/hobnkbcfnolegmdfmfakkcllnblnonhb
Description Add any world clock of your choice to remain updated with the time in different locations.
File Size 582 KB
Installation Count 6,425
Current Version 23.8.31
Last Updated 2023-09-01
Publish Date 2020-02-12
Rating 5.00/5 Total 75 Ratings
Developer https://weball.io
Email [email protected]
Payment Type free
Extension Website https://weball.io/products/browsers/extensions/world-clocks
Help Page URL https://weball.io/contact
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "World Clocks",
    "short_name": "World Clocks",
    "version": "23.8.31",
    "author": "justdecodeme",
    "description": "Add any world clock of your choice to remain updated with the time in different locations.",
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}