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 |
Eメール | [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 } |