Focus Tools

Focus Tools

什么是Focus Tools?

Focus Tools是由briancliftonstudio开发的Chrome扩展程序,该扩展的主要功能是“Focus Tools”。

扩展截图

screenshot

下载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!                    

扩展基本信息

名称 Focus Tools Focus Tools
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"
    }
}