Hello

New tab page with widgets and fresh image every day.

Cos'è Hello?

Hello è un'estensione di Chrome sviluppata da petr.hurtak, e la sua funzione principale è "New tab page with widgets and fresh image every day.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hello

Scarica i file di estensione Hello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Hello Hello
ID olenfgbgcphkaipfeohfjpagibimmpke
URL Ufficiale https://chromewebstore.google.com/detail/hello/olenfgbgcphkaipfeohfjpagibimmpke
Descrizione New tab page with widgets and fresh image every day.
Dimensione del File 18.9 MB
Conteggio Installazioni 156
Versione Corrente 1.0.9
Ultimo Aggiornamento 2022-08-27
Data di Pubblicazione 2020-05-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore petr.hurtak
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hurtak/hello
URL della Pagina di Aiuto https://github.com/hurtak/hello/issues
Lingue Supportate 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
}