Hello
New tab page with widgets and fresh image every day.
What is Hello?
Hello is a Chrome extension developed by petr.hurtak, and its main feature is "New tab page with widgets and fresh image every day.".
Extension Screenshots
Download Hello Extension CRX File
Download Hello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Hello |
ID | olenfgbgcphkaipfeohfjpagibimmpke |
Official URL | https://chromewebstore.google.com/detail/hello/olenfgbgcphkaipfeohfjpagibimmpke |
Description | New tab page with widgets and fresh image every day. |
File Size | 18.9 MB |
Installation Count | 156 |
Current Version | 1.0.9 |
Last Updated | 2022-08-27 |
Publish Date | 2020-05-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | petr.hurtak |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hurtak/hello |
Help Page URL | https://github.com/hurtak/hello/issues |
Supported Languages | 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 } |