ScratchFormat

Rich text editing in Scratch.

Hvad er ScratchFormat?

ScratchFormat er en Chrome-udvidelse udviklet af http://pufflegamerz.github.io, og dens hovedfunktion er "Rich text editing in Scratch.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ScratchFormat-udvidelses-CRX-fil

Download ScratchFormat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn ScratchFormat ScratchFormat
ID fklhbhcbpnkiifblkhoioddoadlknecl
Officiel URL https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl
Beskrivelse Rich text editing in Scratch.
Filstørrelse 45.64 KB
Antal Installationer 496
Nuværende Version 26.0
Senest Opdateret 2022-07-21
Udgivelsesdato 2020-06-25
Bedømmelse 3.38/5 Samlet 8 Bedømmelser
Udvikler http://pufflegamerz.github.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://tools.scratchstatus.org/
Hjælpeside-URL https://tools.scratchstatus.org/
Understøttede Sprog 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"
}