New Tab Clock

Replaces the New Tab page with a simple customizable clock.

O que é New Tab Clock?

New Tab Clock é uma extensão do Chrome desenvolvida por https://leggett.org, e sua principal característica é "Replaces the New Tab page with a simple customizable clock.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão New Tab Clock

Baixe arquivos de extensão New Tab 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

                        ABOUT
Bring focus to every new tab you open. No frills or distractions – just the time and date. 

PRIVACY POLICY
This extension has no ads, trackers, or analytics. No information is transmitted to or from the extension to any server. All settings are saved locally on your computer.

SETTINGS
Click on the gear in the bottom left to customize the background color, font, or 12/24 clock setting.                    

Informações Básicas da Extensão

Nome New Tab Clock New Tab Clock
ID ljpapphpgkmigobbbakmnfoohclifanm
URL Oficial https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm
Descrição Replaces the New Tab page with a simple customizable clock.
Tamanho do Arquivo 73.84 KB
Contagem de Instalações 10,000
Versão Atual 2.7
Última Atualização 2021-03-19
Data de Publicação 2019-10-15
Classificação 3.89/5 Total de 190 Avaliações
Desenvolvedor https://leggett.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://leggett.org
URL da Página de Política de Privacidade https://simpl.fyi/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Clock",
    "version": "2.7",
    "description": "Replaces the New Tab page with a simple customizable clock.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src 'self'; img-src 'self'; font-src 'self' "
}