Focus Tools
Focus Tools
Focus Toolsとは何ですか?
Focus Toolsはbriancliftonstudioによって開発されたChromeの拡張機能で、その主な機能は「Focus Tools」です。
拡張機能のスクリーンショット
Focus Tools拡張機能のCRXファイルをダウンロード
Focus Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Focus Tools is a helpful browser extension to help you focus when watching educational videos on YouTube. It is based on research from universities. Focus Tools works by replacing all YouTube videos with a gif designed to heighten the flow of cognition. Navigate to an educational video on YouTube.com to accelerate your learning now!
拡張機能の基本情報
名前 | |
ID | jfokpamepfdamfdaechaigpbicidpooa |
公式URL | https://chrome.google.com/webstore/detail/focus-tools/jfokpamepfdamfdaechaigpbicidpooa |
説明 | Focus Tools |
ファイルサイズ | 440 KB |
インストール数 | 50 |
現在のバージョン | 0.0.2 |
最終更新日 | 2014-11-17 |
公開日 | 2014-11-17 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | briancliftonstudio |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus Tools", "version": "0.0.2", "manifest_version": 2, "description": "Focus Tools", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "scripts\/jquery.js", "scripts\/content_script.js" ] } ], "content_security_policy": "script-src 'self' http:\/\/localhost; object-src 'self' http:\/\/localhost", "incognito": "split", "offline_enabled": false, "permissions": [ "tabs" ], "web_accessible_resources": [ "manifest.json", "gif.gif" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |