Clock on Top

A Clock that displays on top of each website

O que é Clock on Top?

Clock on Top é uma extensão do Chrome desenvolvida por jackandamydev, e sua principal característica é "A Clock that displays on top of each website".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Clock on Top

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

                        Ever get lost in time while browsing the internet?

Love using Chrome in full screen but miss looking at the clock?

Not anymore! With Clock on Top the current time will be visible in all your websites.

Simply add the extension, and you will see the time on the bottom right corner.

More features coming soon...                    

Informações Básicas da Extensão

Nome Clock on Top Clock on Top
ID gdeckkgddeepgggbjififpekknbpkfak
URL Oficial https://chromewebstore.google.com/detail/clock-on-top/gdeckkgddeepgggbjififpekknbpkfak
Descrição A Clock that displays on top of each website
Tamanho do Arquivo 38.7 KB
Contagem de Instalações 62
Versão Atual 1.0.0
Última Atualização 2020-07-08
Data de Publicação 2020-07-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor jackandamydev
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://jackandamydev.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clock on Top",
    "description": "A Clock that displays on top of each website",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "roboto.css",
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}