Fullscreen Plus

Full screen websites without address/tabs bar

Co je Fullscreen Plus?

Fullscreen Plus je rozšíření Chrome vyvinuté trishul.goel, a jeho hlavní funkcí je „Full screen websites without address/tabs bar“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Fullscreen Plus

Stáhněte si soubory rozšíření Fullscreen Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Go distraction free full screen.
Mac/Windows/Linux - Control+Shift+F                    

Základní Informace o Rozšíření

Název Fullscreen Plus Fullscreen Plus
ID doebahemngchadpfcadamjapeiceakli
Oficiální URL https://chromewebstore.google.com/detail/fullscreen-plus/doebahemngchadpfcadamjapeiceakli
Popis Full screen websites without address/tabs bar
Velikost souboru 4.79 KB
Počet instalací 141
Aktuální Verze 2.0
Poslední Aktualizace 2018-12-31
Datum Vydání 2018-12-28
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář trishul.goel
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fullscreen Plus",
    "description": "Full screen websites without address\/tabs bar",
    "version": "2.0",
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ]
}