#S - Hash Scratch

For Scratch teacher and book creator, downloading Scratch blocks to SVG file. Supports MakeCode for micro:bit.

#S - Hash Scratchคืออะไร?

#S - Hash Scratch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ULTIMATE PICTURES และคุณลักษณะหลักของมันคือ "For Scratch teacher and book creator, downloading Scratch blocks to SVG file. Supports MakeCode for micro:bit."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย #S - Hash Scratch

ดาวน์โหลดไฟล์ส่วนขยาย #S - Hash Scratch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Chrome extension, #S - Hash Scratch is for the Scratch Teachers and the Book Creators, downloading Scratch 3.0 blocks to SVG file.
If you want to print out the blocks nicely, you should use the SVG format.
The #S - Hash Scratch is running as Chrome extention, so downloading just one clicked!
I usually use the Inkscape to create educational materials, and then copy/past to MS-Word, etc.

In addition, MakeCode for micro:bit is also supported.

---

Giving to ULTIMATE PICTURES

Donate by purchasing the book at the following URL, if you like.
https://leanpub.com/hash-scratch

---

ver. 3.1.906.2023 more accurate reproduction of micro:bit blocks
ver. 3.0.404.2020 supports mBlock, https://ide.mblock.cc/ .
ver. 3.0.327.2020 supports ML for kids, https://machinelearningforkids.co.uk/scratch3/ .
ver. 3.0.322.2020 supports MakeCode for micro:bit, https://makecode.microbit.org/ .
ver. 3.0.214.2020 supports Scratch, https://scratch.mit.edu/projects/ and https://champierre.github.io/scratch3/ .                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ #S - Hash Scratch #S - Hash Scratch
ID jpefpbkmogghljlfgmpbaokfbdjhadbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/s-hash-scratch/jpefpbkmogghljlfgmpbaokfbdjhadbg
คำอธิบาย For Scratch teacher and book creator, downloading Scratch blocks to SVG file. Supports MakeCode for micro:bit.
ขนาดไฟล์ 6.68 MB
จำนวนการติดตั้ง 564
เวอร์ชันปัจจุบัน 3.1.906.2023
อัปเดตครั้งล่าสุด 2023-09-07
วันที่เผยแพร่ 2020-04-04
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา ULTIMATE PICTURES
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://policies.ultimate.pictures/privacy/index.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "#S - Hash Scratch",
    "short_name": "#S",
    "description": "For Scratch teacher and book creator, downloading Scratch blocks to SVG file. Supports MakeCode for micro:bit.",
    "version": "3.1.906.2023",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scratch.mit.edu\/projects\/*",
                "https:\/\/champierre.github.io\/scratch3\/*",
                "https:\/\/machinelearningforkids.co.uk\/scratch3\/*",
                "https:\/\/ide.mblock.cc\/*"
            ],
            "js": [
                "contentscratcth.js"
            ]
        },
        {
            "matches": [
                "https:\/\/makecode.microbit.org\/*"
            ],
            "js": [
                "contentmicrobit.js"
            ]
        }
    ],
    "action": {
        "default_title": "#S - Hash Scratch",
        "default_icon": "images\/icon048.png"
    },
    "icons": {
        "32": "images\/icon032.png",
        "48": "images\/icon048.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3
}