Hello
New tab page with widgets and fresh image every day.
Apa itu Hello?
Hello adalah ekstensi Chrome yang dikembangkan oleh petr.hurtak, dan fitur utamanya adalah "New tab page with widgets and fresh image every day.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hello
Unduh file ekstensi Hello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Hello |
ID | olenfgbgcphkaipfeohfjpagibimmpke |
URL Resmi | https://chromewebstore.google.com/detail/hello/olenfgbgcphkaipfeohfjpagibimmpke |
Deskripsi | New tab page with widgets and fresh image every day. |
Ukuran File | 18.9 MB |
Jumlah Instalasi | 156 |
Versi Saat Ini | 1.0.9 |
Terakhir Diperbarui | 2022-08-27 |
Tanggal Publikasi | 2020-05-07 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | petr.hurtak |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/hurtak/hello |
URL Halaman Bantuan | https://github.com/hurtak/hello/issues |
Bahasa yang Didukung | 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 } |