Hello
New tab page with widgets and fresh image every day.
Wat is Hello?
Hello is een Chrome-extensie ontwikkeld door petr.hurtak, en de belangrijkste functie is "New tab page with widgets and fresh image every day.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hello
Download Hello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Hello |
ID | olenfgbgcphkaipfeohfjpagibimmpke |
Officiële URL | https://chromewebstore.google.com/detail/hello/olenfgbgcphkaipfeohfjpagibimmpke |
Beschrijving | New tab page with widgets and fresh image every day. |
Bestandsgrootte | 18.9 MB |
Aantal Installaties | 156 |
Huidige Versie | 1.0.9 |
Laatst Bijgewerkt | 2022-08-27 |
Publicatiedatum | 2020-05-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | petr.hurtak |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/hurtak/hello |
Help Pagina-URL | https://github.com/hurtak/hello/issues |
Ondersteunde Talen | 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 } |