ScratchFormat
Rich text editing in Scratch.
Wat is ScratchFormat?
ScratchFormat is een Chrome-extensie ontwikkeld door http://pufflegamerz.github.io, en de belangrijkste functie is "Rich text editing in Scratch.".
Extensie Screenshots
Download het CRX-bestand van de extensie ScratchFormat
Download ScratchFormat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ANNOUNCEMENT: ScratchFormat has been integrated into ScratchTools. Download that instead. https://tools.scratchstatus.org/
Basisinformatie over de Extensie
Naam | |
ID | fklhbhcbpnkiifblkhoioddoadlknecl |
Officiële URL | https://chrome.google.com/webstore/detail/scratchformat/fklhbhcbpnkiifblkhoioddoadlknecl |
Beschrijving | Rich text editing in Scratch. |
Bestandsgrootte | 45.64 KB |
Aantal Installaties | 496 |
Huidige Versie | 26.0 |
Laatst Bijgewerkt | 2022-07-21 |
Publicatiedatum | 2020-06-25 |
Beoordeling | 3.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | http://pufflegamerz.github.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://tools.scratchstatus.org/ |
Help Pagina-URL | https://tools.scratchstatus.org/ |
Ondersteunde Talen | 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" } |