WTB Cleanup
Cleans up World Time Buddy and adds local workstation time.
什麼是WTB Cleanup?
WTB Cleanup是由josh.be.dev開發的Chrome擴展程式,該擴展的主要功能是“Cleans up World Time Buddy and adds local workstation time.”。
擴展截圖
下載WTB Cleanup擴展crx文件
下載WTB Cleanup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension modifies the standard/free version of World Time Buddy and cleans up the interface. It adds a random background image and the current local (workstation) time. It's designed to be a beautiful and informative display. Click the background to hide WTB and show the background only, or right-click the background to change it to a new random background. (Photos courtesy of picsum.photos and Unsplash). Note: This extension does nothing on its own - it requires World Time Buddy, and removes functionality from the standard WTB interface. You should configure WTB (select cities/timezones, etc.) before turning on this extension. When you need to make changes to WTB again, turn off this extension to get the full WTB UI back. (If there's interest, future versions may include built in on/off functionality.) (If you are the creator of World Time Buddy, please contact me - I love your product and would love to talk to you about it!)
擴展基本資訊
名稱 | WTB Cleanup |
ID | mbekndclaggcgkfcakchdabnpihghbib |
官方網址 | https://chromewebstore.google.com/detail/wtb-cleanup/mbekndclaggcgkfcakchdabnpihghbib |
簡介 | Cleans up World Time Buddy and adds local workstation time. |
檔案大小 | 14.17 KB |
安裝次數 | 138 |
目前版本 | 0.0.1 |
更新時間 | 2022-04-12 |
上架時間 | 2022-04-12 |
開發者 | josh.be.dev |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://josh.be/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WTB Cleanup", "description": "Cleans up World Time Buddy and adds local workstation time.", "version": "0.0.1", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.worldtimebuddy.com\/*" ], "js": [ "contents.js" ] } ] } |