Clock in full screen

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

Cos'è Clock in full screen?

Clock in full screen è un'estensione di Chrome sviluppata da roman.dubko, e la sua funzione principale è "The extension is used to display the current time in the full screen mode of the browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Clock in full screen

Scarica i file di estensione Clock in full screen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Clock in full screen Clock in full screen
ID anfeihfifnobaajcocbiplaiooiglmeh
URL Ufficiale https://chromewebstore.google.com/detail/clock-in-full-screen/anfeihfifnobaajcocbiplaiooiglmeh
Descrizione The extension is used to display the current time in the full screen mode of the browser.
Dimensione del File 455 KB
Conteggio Installazioni 192
Versione Corrente 1.20
Ultimo Aggiornamento 2023-02-09
Data di Pubblicazione 2023-02-09
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore roman.dubko
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}