Hello

New tab page with widgets and fresh image every day.

Hello là gì?

Hello là một tiện ích mở rộng Chrome được phát triển bởi petr.hurtak, và tính năng chính của nó là "New tab page with widgets and fresh image every day.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hello

Tải xuống các tệp mở rộng Hello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hello Hello
ID olenfgbgcphkaipfeohfjpagibimmpke
URL Chính Thức https://chromewebstore.google.com/detail/hello/olenfgbgcphkaipfeohfjpagibimmpke
Mô tả New tab page with widgets and fresh image every day.
Kích Thước Tệp 18.9 MB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2022-08-27
Ngày Phát Hành 2020-05-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển petr.hurtak
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hurtak/hello
URL Trang Trợ Giúp https://github.com/hurtak/hello/issues
Ngôn Ngữ Được Hỗ Trợ 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
}