Focus Tools

Focus Tools

Focus Tools란 무엇입니까?

Focus Tools은(는) briancliftonstudio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Focus Tools"입니다.

확장 프로그램 스크린샷

screenshot

Focus Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}