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ファイルをダウンロード
SurfHelp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |