SurfHelp
SurfHelp is a self-hosted and private browser extension that helps you save your time during work.
SurfHelp là gì?
SurfHelp là một tiện ích mở rộng Chrome được phát triển bởi SurfHelp App, và tính năng chính của nó là "SurfHelp is a self-hosted and private browser extension that helps you save your time during work.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SurfHelp
Tải xuống các tệp mở rộng SurfHelp 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
SurfHelp is a self-hosted and private browser extension that helps you save your time during work. You can control how you spend your time but without nitpicking and unnecessary pressure. The extension tells you which apps drain the most of your data plan and turn them off when you need to. On top of that you can block websites that you want to weed out from your sight at a specific period of time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nbochbnfeghhndfefflbnnebakalagde |
URL Chính Thức | https://chromewebstore.google.com/detail/surfhelp/nbochbnfeghhndfefflbnnebakalagde |
Mô tả | SurfHelp is a self-hosted and private browser extension that helps you save your time during work. |
Kích Thước Tệp | 434 KB |
Số Lần Cài Đặt | 109 |
Phiên Bản Hiện Tại | 1.2.6 |
Cập Nhật Lần Cuối | 2023-05-25 |
Ngày Phát Hành | 2023-01-20 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | SurfHelp App |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://surfhelpapp.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SurfHelp", "short_name": "SurfHelp", "version": "1.2.6", "minimum_chrome_version": "88", "description": "SurfHelp is a self-hosted and private browser extension that helps you save your time during work.", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "tabs", "storage", "idle", "webNavigation", "unlimitedStorage", "*:\/\/api.gumroad.com\/*" ], "offline_enabled": true, "background": { "service_worker": "worker_wrapper.js" }, "action": { "default_popup": "index.html", "default_title": "Surf Help", "default_icon": "icons\/48x48.png" } } |