Hello
New tab page with widgets and fresh image every day.
Helloคืออะไร?
Hello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย petr.hurtak และคุณลักษณะหลักของมันคือ "New tab page with widgets and fresh image every day."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hello
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |