Scratch Fullscreen

Actual Fullscreen feature for Scratch (scratch.mit.edu)

Co je Scratch Fullscreen?

Scratch Fullscreen je rozšíření Chrome vyvinuté TeramotoDaiki, a jeho hlavní funkcí je „Actual Fullscreen feature for Scratch (scratch.mit.edu)“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

Stáhněte si soubory rozšíření Scratch Fullscreen 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í

                        Unofficial extension for Scrath (scratch.mit.edu). It makes possible actual (browser native) fullscreen mode.                    

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

Název Scratch Fullscreen Scratch Fullscreen
ID gihphjdlkigognnhkankfjcclijhadpe
Oficiální URL https://chromewebstore.google.com/detail/scratch-fullscreen/gihphjdlkigognnhkankfjcclijhadpe
Popis Actual Fullscreen feature for Scratch (scratch.mit.edu)
Velikost souboru 14.97 KB
Počet instalací 1,630
Aktuální Verze 3
Poslední Aktualizace 2020-08-28
Datum Vydání 2020-08-19
Hodnocení 2.76/5 Celkem 17 Hodnocení
Vývojář TeramotoDaiki
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/teramotodaiki/scratch-fullscreen
URL Stránky Nápovědy https://github.com/teramotodaiki/scratch-fullscreen/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scratch Fullscreen",
    "description": "Actual Fullscreen feature for Scratch (scratch.mit.edu)",
    "version": "3",
    "author": "Teramoto Daiki",
    "short_name": "Scratch Fullscreen",
    "icons": {
        "16": "icons\/i16.png",
        "48": "icons\/i48.png",
        "128": "icons\/i128.png"
    },
    "minimum_chrome_version": "45",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/scratch.mit.edu\/*"
            ],
            "all_frames": true
        }
    ]
}