Clock in full screen

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

O que é Clock in full screen?

Clock in full screen é uma extensão do Chrome desenvolvida por roman.dubko, e sua principal característica é "The extension is used to display the current time in the full screen mode of the browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Clock in full screen

Baixe arquivos de extensão Clock in full screen no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Clock in full screen Clock in full screen
ID anfeihfifnobaajcocbiplaiooiglmeh
URL Oficial https://chromewebstore.google.com/detail/clock-in-full-screen/anfeihfifnobaajcocbiplaiooiglmeh
Descrição The extension is used to display the current time in the full screen mode of the browser.
Tamanho do Arquivo 455 KB
Contagem de Instalações 192
Versão Atual 1.20
Última Atualização 2023-02-09
Data de Publicação 2023-02-09
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor roman.dubko
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}