Clock in full screen

The extension is used to display the current time in the full screen mode of the browser.

Clock in full screen란 무엇입니까?

Clock in full screen은(는) roman.dubko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension is used to display the current time in the full screen mode of the browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Clock in full screen 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension is used to display the current time in the full screen mode of the browser.
It is possible to set the font family and size, transparency, position on the page, display seconds.
Extension settings are synchronized on all devices within the same account.
The extension has been tested on most popular audio and video services.                    

확장 프로그램 기본 정보

이름 Clock in full screen Clock in full screen
ID anfeihfifnobaajcocbiplaiooiglmeh
공식 URL https://chromewebstore.google.com/detail/clock-in-full-screen/anfeihfifnobaajcocbiplaiooiglmeh
설명 The extension is used to display the current time in the full screen mode of the browser.
파일 크기 455 KB
설치 횟수 192
현재 버전 1.20
최근 업데이트 2023-02-09
출시 날짜 2023-02-09
평점 3.00/5 총 2 개의 평점
개발자 roman.dubko
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.20",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    }
}