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