Hello

New tab page with widgets and fresh image every day.

O que é Hello?

Hello é uma extensão do Chrome desenvolvida por petr.hurtak, e sua principal característica é "New tab page with widgets and fresh image every day.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hello

Baixe arquivos de extensão Hello 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 daily new image is from bing.com, in case you are offline there is dozen of nice wallpapers from nature that I liked.

You can also display a widget in front. Some are traditional, like a clock, some are meant to motivate you a little.

Widgets:
- Clock
- Year progress
- Your age

Extension preview avaliable at: https://hello-extension.netlify.com                    

Informações Básicas da Extensão

Nome Hello Hello
ID olenfgbgcphkaipfeohfjpagibimmpke
URL Oficial https://chromewebstore.google.com/detail/hello/olenfgbgcphkaipfeohfjpagibimmpke
Descrição New tab page with widgets and fresh image every day.
Tamanho do Arquivo 18.9 MB
Contagem de Instalações 156
Versão Atual 1.0.9
Última Atualização 2022-08-27
Data de Publicação 2020-05-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor petr.hurtak
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/hurtak/hello
URL da Página de Ajuda https://github.com/hurtak/hello/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hello",
    "description": "New tab page with widgets and fresh image every day.",
    "author": "Petr Hu\u0159\u0165\u00e1k",
    "version": "1.0.9",
    "icons": {
        "128": "assets\/logo-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-7E6FJntvtaJ4ZqfHn2YBae4NRFQAcjvIA19UsZ2NqNA='; object-src 'self'",
    "permissions": [],
    "offline_enabled": true
}