ScratchFormat
Rich text editing in Scratch.
什么是ScratchFormat?
ScratchFormat是由http://pufflegamerz.github.io开发的Chrome扩展程序,该扩展的主要功能是“Rich text editing in Scratch.”。
扩展截图
下载ScratchFormat扩展crx文件
下载ScratchFormat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ANNOUNCEMENT: ScratchFormat has been integrated into ScratchTools. Download that instead. https://tools.scratchstatus.org/
扩展基本信息
名称 | |
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" } |