DateTime new tab page

Override the new tab page with time and date

O que é DateTime new tab page?

DateTime new tab page é uma extensão do Chrome desenvolvida por Meosit, e sua principal característica é "Override the new tab page with time and date".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DateTime new tab page

Baixe arquivos de extensão DateTime new tab page 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

                        Simple new tab page with current date and time, and two themes and additional timezones (click to the left top corner to change)                    

Informações Básicas da Extensão

Nome DateTime new tab page DateTime new tab page
ID oipiajaklcfkockbhjkedfjkpkcbpgfh
URL Oficial https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh
Descrição Override the new tab page with time and date
Tamanho do Arquivo 24.6 KB
Contagem de Instalações 36
Versão Atual 1.0.0
Última Atualização 2024-02-16
Data de Publicação 2018-10-02
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Meosit
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DateTime new tab page",
    "description": "Override the new tab page with time and date",
    "version": "1.0.0",
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}