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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 WTB Cleanup
ID mbekndclaggcgkfcakchdabnpihghbib
公式URL 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
Eメール [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"
            ]
        }
    ]
}