SurfHelp
SurfHelp is a self-hosted and private browser extension that helps you save your time during work.
SurfHelp란 무엇입니까?
SurfHelp은(는) SurfHelp App에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SurfHelp is a self-hosted and private browser extension that helps you save your time during work."입니다.
확장 프로그램 스크린샷
SurfHelp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | nbochbnfeghhndfefflbnnebakalagde |
공식 URL | https://chromewebstore.google.com/detail/surfhelp/nbochbnfeghhndfefflbnnebakalagde |
설명 | SurfHelp is a self-hosted and private browser extension that helps you save your time during work. |
파일 크기 | 434 KB |
설치 횟수 | 109 |
현재 버전 | 1.2.6 |
최근 업데이트 | 2023-05-25 |
출시 날짜 | 2023-01-20 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | SurfHelp App |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://surfhelpapp.com/privacy.html |
지원되는 언어 | 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" } } |