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"
}