Focus Tools

Focus Tools

Co to jest Focus Tools?

Focus Tools to rozszerzenie Chrome opracowane przez briancliftonstudio, a jego główną funkcją jest „Focus Tools”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Focus Tools

Pobierz pliki rozszerzeń Focus Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Focus Tools Focus Tools
ID jfokpamepfdamfdaechaigpbicidpooa
Oficjalny URL https://chrome.google.com/webstore/detail/focus-tools/jfokpamepfdamfdaechaigpbicidpooa
Opis Focus Tools
Rozmiar pliku 440 KB
Liczba instalacji 50
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2014-11-17
Data Publikacji 2014-11-17
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper briancliftonstudio
Typ Płatności free
Obsługiwane Języki 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"
    }
}