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 |
官方網址 | 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" } |