Shurbit
Remain focused at your work !
Shurbitとは何ですか?
Shurbitはhttps://fastbyte01.itによって開発されたChromeの拡張機能で、その主な機能は「Remain focused at your work !」です。
拡張機能のスクリーンショット
Shurbit拡張機能のCRXファイルをダウンロード
Shurbit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shurbit is a minimal Chrome extension that can help you to stay focused during work and study periods. Shurbit helps you stay focused when you work with your computer. The idea is simple, when you work or study using your computer, there are so much distractions available on the internet that you can easily lose your focus! So to help you preventing your future productivity decreasing, you just have to activate Shurbit! Shurbit is really minimal but have some great features: - Block automatically a predefined list of distracting website. - You can block a customizable list of distracting websites of your choice. - Quick add or remove each website with simple and beautiful checkboxes. Shurbit is a privacy conscious extensions, everything is done locally on your computer and no data is saved on the cloud.
拡張機能の基本情報
名前 | |
ID | jddoomamdjmdnaogklogmholdidajbpe |
公式URL | https://chrome.google.com/webstore/detail/shurbit/jddoomamdjmdnaogklogmholdidajbpe |
説明 | Remain focused at your work ! |
ファイルサイズ | 90.54 KB |
インストール数 | 1,000 |
現在のバージョン | 1.0 |
最終更新日 | 2020-12-03 |
公開日 | 2018-09-06 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | https://fastbyte01.it |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://fastbyte01.it/shurbit/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shurbit", "short_name": "Shurbit", "version": "1.0", "description": "Remain focused at your work !", "icons": { "128": "images\/icon128-2.png" }, "browser_action": { "default_icon": "images\/icon128-1.png", "default_popup": "html\/popup.html", "default_title": "Shurbit" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "webNavigation", "tabs", "storage" ] } |