ScratchFormat

Rich text editing in Scratch.

Qu'est-ce que ScratchFormat ?

ScratchFormat est une extension Chrome développée par http://pufflegamerz.github.io, et sa fonction principale est "Rich text editing in Scratch.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ScratchFormat

Téléchargez les fichiers d'extension ScratchFormat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ScratchFormat ScratchFormat
ID fklhbhcbpnkiifblkhoioddoadlknecl
URL Officiel https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl
Description Rich text editing in Scratch.
Taille du Fichier 45.64 KB
Nombre d'Installations 496
Version Actuelle 26.0
Dernière Mise à Jour 2022-07-21
Date de Publication 2020-06-25
Évaluation 3.38/5 Total 8 Évaluations
Développeur http://pufflegamerz.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tools.scratchstatus.org/
URL de la Page d'Aide https://tools.scratchstatus.org/
Langues Prises en Charge 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"
}