ScratchFormat

Rich text editing in Scratch.

Co to jest ScratchFormat?

ScratchFormat to rozszerzenie Chrome opracowane przez http://pufflegamerz.github.io, a jego główną funkcją jest „Rich text editing in Scratch.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia ScratchFormat

Pobierz pliki rozszerzeń ScratchFormat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa ScratchFormat ScratchFormat
ID fklhbhcbpnkiifblkhoioddoadlknecl
Oficjalny URL https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl
Opis Rich text editing in Scratch.
Rozmiar pliku 45.64 KB
Liczba instalacji 496
Aktualna Wersja 26.0
Ostatnia Aktualizacja 2022-07-21
Data Publikacji 2020-06-25
Ocena 3.38/5 Łącznie 8 Oceny
Deweloper http://pufflegamerz.github.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tools.scratchstatus.org/
Adres URL Strony Pomocy https://tools.scratchstatus.org/
Obsługiwane Języki 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"
}