Infocus
Stay focused on the internet with this simple Chrome extension!
Infocusとは何ですか?
InfocusはAnton Caoによって開発されたChromeの拡張機能で、その主な機能は「Stay focused on the internet with this simple Chrome extension!」です。
拡張機能のスクリーンショット
Infocus拡張機能のCRXファイルをダウンロード
Infocus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Infocus is a Chrome extension that keeps you focused while you're on the internet. You can input sites that you find distracting (eg. YouTube, Facebook) and Infocus will automatically stop you from visiting these websites by either going back to the previous page, or closing the tab entirely if it is a newly opened tab. If you absolutely have to disable Infocus for something, you'll get to practice some mental math in the process! Infocus is also open source: https://github.com/Anton-Cao/Infocus. If you have feature requests, feel free to open an issue in the GitHub repository!
拡張機能の基本情報
名前 | Infocus |
ID | ojgabebkfpaedailhgeapeedhobgfppf |
公式URL | https://chromewebstore.google.com/detail/infocus/ojgabebkfpaedailhgeapeedhobgfppf |
説明 | Stay focused on the internet with this simple Chrome extension! |
ファイルサイズ | 154 KB |
インストール数 | 64 |
現在のバージョン | 1.4.2 |
最終更新日 | 2018-07-12 |
公開日 | 2018-07-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Anton Cao |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Anton-Cao/Infocus |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Infocus", "version": "1.4.2", "description": "Stay focused on the internet with this simple Chrome extension!", "author": "Anton Cao", "permissions": [ "notifications", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/infocus16.png", "32": "images\/infocus32.png", "48": "images\/infocus48.png", "128": "images\/infocus128.png" } }, "icons": { "16": "images\/infocus16.png", "32": "images\/infocus32.png", "48": "images\/infocus48.png", "128": "images\/infocus128.png" }, "commands": { "enable": { "suggested_key": { "default": "Ctrl+I", "mac": "Command+I" }, "description": "Turn Infocus on" } }, "manifest_version": 2 } |