Hello
New tab page with widgets and fresh image every day.
什么是Hello?
Hello是由petr.hurtak开发的Chrome扩展程序,该扩展的主要功能是“New tab page with widgets and fresh image every day.”。
扩展截图
下载Hello扩展crx文件
下载Hello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Hello |
ID | olenfgbgcphkaipfeohfjpagibimmpke |
官方URL | https://chromewebstore.google.com/detail/hello/olenfgbgcphkaipfeohfjpagibimmpke |
简介 | New tab page with widgets and fresh image every day. |
文件大小 | 18.9 MB |
安装次数 | 156 |
当前版本 | 1.0.9 |
更新时间 | 2022-08-27 |
上架时间 | 2020-05-07 |
评分 | 5.00/5 共2次评分 |
开发者 | petr.hurtak |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/hurtak/hello |
帮助页面URL | https://github.com/hurtak/hello/issues |
支持的语言 | 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 } |