ScratchFormat
Rich text editing in Scratch.
Vad är ScratchFormat?
ScratchFormat är en Chrome-tillägg utvecklad av http://pufflegamerz.github.io, och dess huvudfunktion är "Rich text editing in Scratch.".
Tilläggsskärmbilder
Ladda ner ScratchFormat-förlängningens CRX-fil
Ladda ner ScratchFormat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
ANNOUNCEMENT: ScratchFormat has been integrated into ScratchTools. Download that instead. https://tools.scratchstatus.org/
Grundläggande Information om Tillägg
Namn | |
ID | fklhbhcbpnkiifblkhoioddoadlknecl |
Officiell webbadress | https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl |
Beskrivning | Rich text editing in Scratch. |
Filstorlek | 45.64 KB |
Antal Installationer | 496 |
Aktuell Version | 26.0 |
Senast Uppdaterad | 2022-07-21 |
Publiceringsdatum | 2020-06-25 |
Betyg | 3.38/5 Totalt 8 Betyg |
Utvecklare | http://pufflegamerz.github.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://tools.scratchstatus.org/ |
Hjälpsida URL | https://tools.scratchstatus.org/ |
Stödda Språk | 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" } |