Clock in full screen

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

Vad är Clock in full screen?

Clock in full screen är en Chrome-tillägg utvecklad av roman.dubko, och dess huvudfunktion är "The extension is used to display the current time in the full screen mode of the browser.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Clock in full screen-förlängningens CRX-fil

Ladda ner Clock in full screen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Clock in full screen Clock in full screen
ID anfeihfifnobaajcocbiplaiooiglmeh
Officiell webbadress https://chromewebstore.google.com/detail/clock-in-full-screen/anfeihfifnobaajcocbiplaiooiglmeh
Beskrivning The extension is used to display the current time in the full screen mode of the browser.
Filstorlek 455 KB
Antal Installationer 192
Aktuell Version 1.20
Senast Uppdaterad 2023-02-09
Publiceringsdatum 2023-02-09
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare roman.dubko
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}