ScratchFormat

Rich text editing in Scratch.

ScratchFormatとは何ですか?

ScratchFormatはhttp://pufflegamerz.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Rich text editing in Scratch.」です。

拡張機能のスクリーンショット

screenshot
screenshot

ScratchFormat拡張機能のCRXファイルをダウンロード

ScratchFormat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ANNOUNCEMENT:
ScratchFormat has been integrated into ScratchTools. Download that instead.
https://tools.scratchstatus.org/                    

拡張機能の基本情報

名前 ScratchFormat ScratchFormat
ID fklhbhcbpnkiifblkhoioddoadlknecl
公式URL https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl
説明 Rich text editing in Scratch.
ファイルサイズ 45.64 KB
インストール数 496
現在のバージョン 26.0
最終更新日 2022-07-21
公開日 2020-06-25
評価 3.38/5 合計 8 レビュー
開発者 http://pufflegamerz.github.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tools.scratchstatus.org/
ヘルプページのURL https://tools.scratchstatus.org/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScratchFormat",
    "description": "Rich text editing in Scratch.",
    "version": "26.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scratch.mit.edu\/users*",
                "https:\/\/scratch.mit.edu\/studios*",
                "https:\/\/scratch.mit.edu\/projects*",
                "https:\/\/scratch.mit.edu\/messages*"
            ],
            "js": [
                "loader.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "smod.js",
        "javascript.js"
    ],
    "browser_action": {
        "default_title": "ScratchFormat",
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "short_name": "SF"
}