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 là gì?

Clock in full screen là một tiện ích mở rộng Chrome được phát triển bởi roman.dubko, và tính năng chính của nó là "The extension is used to display the current time in the full screen mode of the browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clock in full screen

Tải xuống các tệp mở rộng Clock in full screen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clock in full screen Clock in full screen
ID anfeihfifnobaajcocbiplaiooiglmeh
URL Chính Thức https://chromewebstore.google.com/detail/clock-in-full-screen/anfeihfifnobaajcocbiplaiooiglmeh
Mô tả The extension is used to display the current time in the full screen mode of the browser.
Kích Thước Tệp 455 KB
Số Lần Cài Đặt 192
Phiên Bản Hiện Tại 1.20
Cập Nhật Lần Cuối 2023-02-09
Ngày Phát Hành 2023-02-09
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển roman.dubko
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}