Minimal Clock

Displays the current time and date with a changing background gradient.

O que é Minimal Clock?

Minimal Clock é uma extensão do Chrome desenvolvida por Tech Newton, e sua principal característica é "Displays the current time and date with a changing background gradient.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Minimal Clock

Baixe arquivos de extensão Minimal Clock 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

                        Minimal Clock is the super clean & minimal chrome extension displays the current time and date in a modern, minimalistic design on the new tab page. The background of the page features a smooth linear gradient of four colors that changes every minute, adding a touch of elegance to the overall aesthetic. Additionally, the current time is displayed in the tab title bar, making it easy to keep track of the time even when browsing in another tab. With this extension, users can easily check the time, date, and day of the week in a single glance, while enjoying the pleasing visual experience of the background gradient. It's perfect for anyone who wants a simple, yet stylish way to keep track of the time while browsing the web.                    

Informações Básicas da Extensão

Nome Minimal Clock Minimal Clock
ID kfpkibiagbfmimgiojjmjnbcgnndaboa
URL Oficial https://chromewebstore.google.com/detail/minimal-clock/kfpkibiagbfmimgiojjmjnbcgnndaboa
Descrição Displays the current time and date with a changing background gradient.
Tamanho do Arquivo 6.14 KB
Contagem de Instalações 23
Versão Atual 1.0
Última Atualização 2023-05-03
Data de Publicação 2023-05-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Tech Newton
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Clock",
    "version": "1.0",
    "description": "Displays the current time and date with a changing background gradient.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}