ScratchFormat

Rich text editing in Scratch.

Что такое ScratchFormat?

ScratchFormat - это расширение Chrome, разработанное http://pufflegamerz.github.io, и его основная функция - "Rich text editing in Scratch.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения ScratchFormat

Скачайте файлы расширений 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
Электронная почта [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"
}