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文件

下載Clock in full screen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}