World Clocks
Add any world clock of your choice to remain updated with the time in different locations.
什么是World Clocks?
World Clocks是由https://weball.io开发的Chrome扩展程序,该扩展的主要功能是“Add any world clock of your choice to remain updated with the time in different locations.”。
扩展截图
下载World Clocks扩展crx文件
下载World Clocks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
⏰ 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
扩展基本信息
名称 | World Clocks |
ID | hobnkbcfnolegmdfmfakkcllnblnonhb |
官方URL | https://chromewebstore.google.com/detail/world-clocks/hobnkbcfnolegmdfmfakkcllnblnonhb |
简介 | Add any world clock of your choice to remain updated with the time in different locations. |
文件大小 | 582 KB |
安装次数 | 6,425 |
当前版本 | 23.8.31 |
更新时间 | 2023-09-01 |
上架时间 | 2020-02-12 |
评分 | 5.00/5 共75次评分 |
开发者 | https://weball.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://weball.io/products/browsers/extensions/world-clocks |
帮助页面URL | https://weball.io/contact |
支持的语言 | 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'" } } |