Focus
Extension to stop procrastination.
Focusとは何ですか?
FocusはOliver Songによって開発されたChromeの拡張機能で、その主な機能は「Extension to stop procrastination.」です。
拡張機能のスクリーンショット
Focus拡張機能のCRXファイルをダウンロード
Focus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stops you from using sites that waste your time. Update 1.1 Doesn't use Jquery! Update 1.2 Chrome store policies, more sites, better wording. Update 1.3 Manifest v3, fix Google Docs Update 1.4 Small bugfix
拡張機能の基本情報
名前 | Focus |
ID | iadpfonbgmlpndbfnhcmpnlcdahgbkbc |
公式URL | https://chromewebstore.google.com/detail/focus/iadpfonbgmlpndbfnhcmpnlcdahgbkbc |
説明 | Extension to stop procrastination. |
ファイルサイズ | 70.69 KB |
インストール数 | 22 |
現在のバージョン | 1.4 |
最終更新日 | 2022-12-09 |
公開日 | 2012-11-24 |
評価 | 2.75/5 合計 4 レビュー |
開発者 | Oliver Song |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus", "version": "1.4", "manifest_version": 3, "description": "Extension to stop procrastination.", "background": { "service_worker": "background.js" }, "icons": { "16": "icon2.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "action": { "name": "Focus", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/*.google.com\/*" ], "js": [ "contentscript.js" ] } ], "web_accessible_resources": [ { "resources": [ "script.js", "shoop.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |