Clock in full screen

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

What is Clock in full screen?

Clock in full screen is a Chrome extension developed by roman.dubko, and its main feature is "The extension is used to display the current time in the full screen mode of the browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Clock in full screen Extension CRX File

Download Clock in full screen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Clock in full screen Clock in full screen
ID anfeihfifnobaajcocbiplaiooiglmeh
Official URL https://chromewebstore.google.com/detail/clock-in-full-screen/anfeihfifnobaajcocbiplaiooiglmeh
Description The extension is used to display the current time in the full screen mode of the browser.
File Size 455 KB
Installation Count 192
Current Version 1.20
Last Updated 2023-02-09
Publish Date 2023-02-09
Rating 3.00/5 Total 2 Ratings
Developer roman.dubko
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}