Scratch Fullscreen

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

什么是Scratch Fullscreen?

Scratch Fullscreen是由TeramotoDaiki开发的Chrome扩展程序,该扩展的主要功能是“Actual Fullscreen feature for Scratch (scratch.mit.edu)”。

扩展截图

screenshot
screenshot

下载Scratch Fullscreen扩展crx文件

下载Scratch Fullscreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Scratch Fullscreen Scratch Fullscreen
ID gihphjdlkigognnhkankfjcclijhadpe
官方URL https://chromewebstore.google.com/detail/scratch-fullscreen/gihphjdlkigognnhkankfjcclijhadpe
简介 Actual Fullscreen feature for Scratch (scratch.mit.edu)
文件大小 14.97 KB
安装次数 1,630
当前版本 3
更新时间 2020-08-28
上架时间 2020-08-19
评分 2.76/5 共17次评分
开发者 TeramotoDaiki
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/teramotodaiki/scratch-fullscreen
帮助页面URL https://github.com/teramotodaiki/scratch-fullscreen/issues
支持的语言 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
        }
    ]
}