Focusly
Allows users to block distracting sites for a set period of time.
Focuslyとは何ですか?
Focuslyはtrevorscandaliosによって開発されたChromeの拡張機能で、その主な機能は「Allows users to block distracting sites for a set period of time.」です。
拡張機能のスクリーンショット
Focusly拡張機能のCRXファイルをダウンロード
Focusly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Focusly allows you to limit distractions when you want to focus. Using the extension is simple and intuitive: - Add or removed sites from your list. - Set a timer, and restrict your access to those sites for that amount of time. - If you must end the timer early, enter a series of characters to regain access to the blocked sites.
拡張機能の基本情報
名前 | Focusly |
ID | jlihnplddpebplnfafhdanaiapbeikbk |
公式URL | https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk |
説明 | Allows users to block distracting sites for a set period of time. |
ファイルサイズ | 2.41 MB |
インストール数 | 21 |
現在のバージョン | 1.1 |
最終更新日 | 2016-12-19 |
公開日 | 2016-12-19 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | trevorscandalios |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focusly", "description": "Allows users to block distracting sites for a set period of time.", "version": "1.1", "icons": { "16": "assets\/circle-16.png", "32": "assets\/circle-32.png", "64": "assets\/circle-64.png", "128": "assets\/circle-128.png" }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_title": "Focusly" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*", "webNavigation", "tabs", "storage" ], "background": { "scripts": [ "eventPage.js" ] } } |