ScratchFormat

Rich text editing in Scratch.

ScratchFormat là gì?

ScratchFormat là một tiện ích mở rộng Chrome được phát triển bởi http://pufflegamerz.github.io, và tính năng chính của nó là "Rich text editing in Scratch.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ScratchFormat

Tải xuống các tệp mở rộng ScratchFormat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ScratchFormat ScratchFormat
ID fklhbhcbpnkiifblkhoioddoadlknecl
URL Chính Thức https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl
Mô tả Rich text editing in Scratch.
Kích Thước Tệp 45.64 KB
Số Lần Cài Đặt 496
Phiên Bản Hiện Tại 26.0
Cập Nhật Lần Cuối 2022-07-21
Ngày Phát Hành 2020-06-25
Đánh Giá 3.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://pufflegamerz.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tools.scratchstatus.org/
URL Trang Trợ Giúp https://tools.scratchstatus.org/
Ngôn Ngữ Được Hỗ Trợ 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"
}