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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}