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 |
官方網址 | 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 } |