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
官方網址 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"
    }
}