#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은(는) ULTIMATE PICTURES에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For Scratch teacher and book creator, downloading Scratch blocks to SVG file. Supports MakeCode for micro:bit."입니다.

확장 프로그램 스크린샷

screenshot

#S - Hash Scratch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}