ScratchFormat
Rich text editing in Scratch.
What is ScratchFormat?
ScratchFormat is a Chrome extension developed by http://pufflegamerz.github.io, and its main feature is "Rich text editing in Scratch.".
Extension Screenshots
Download ScratchFormat Extension CRX File
Download ScratchFormat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ANNOUNCEMENT: ScratchFormat has been integrated into ScratchTools. Download that instead. https://tools.scratchstatus.org/
Extension Basic Information
Name | |
ID | fklhbhcbpnkiifblkhoioddoadlknecl |
Official URL | https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl |
Description | Rich text editing in Scratch. |
File Size | 45.64 KB |
Installation Count | 496 |
Current Version | 26.0 |
Last Updated | 2022-07-21 |
Publish Date | 2020-06-25 |
Rating | 3.38/5 Total 8 Ratings |
Developer | http://pufflegamerz.github.io |
[email protected] | |
Payment Type | free |
Extension Website | https://tools.scratchstatus.org/ |
Help Page URL | https://tools.scratchstatus.org/ |
Supported Languages | 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" } |