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
Eメール [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
        }
    ]
}