Charlotte is a Scratch addons loader, that is designed to be flexible and extensible. Charlotte can add lots of exciting features to mostly any Scratch editors.
The project takes its name from the minor planet "543 Charlotte" orbiting the Sun. It was discovered by Paul GΓΆtz on September 11, 1904, in Heidelberg.
- ScratchAddons only supports official Scratch site up to now. Charlotte supports many Scratch-based editors like ClipCC, Gandi, etc.
- ScratchAddons is a browser extension, Charlotte is a userscript.
- Charlotte has a different API than ScratchAddons.
- More convenient dev overflow, Powered by ViolentMonkey's hot reload.
- Charlotte's core part and addons are both written in TypeScript, which means less bugs and more stability.
- Neat, easy-to-use Addon API
Here are the Scratch-based websites we currently officially support. You can also add support for other websites by modifying the code.
- Scratch
- Codingclip
- Cocrea
- Aerfaying (ιΏεΏζ³θ₯)
- Co-Create World (ε ±εδΈη)
- Xiaomawang (ε°η η)
- CodeLab
- 40code
- TurboWarp
- Xueersi (ε¦θζ)
- Creaticode
- Adacraft
- PenguinMod
- ElectraMod
- XPlab
- Since Charlotte is a userscript, You should make sure your browser has Userscript Manager installed. For desktop, ViolentMonkey and Tampermonkey are both ok, but we recommend ViolentMonkey since it has better development experience. For mobile, Via Browser/Kiwi Browser is a good choice.
- Install Charlotte by clicking
charlotte.user.js
in GitHub releases. - All done! You can enjoy Charlotte in your favorite editors.
...Well, maybe you also need to manage the addons you need to use. We currently offer the following solutions:
- By Click 'π Charlotte' button at the bottom of the 'My Blocks' category. (Make sure Blockly is accessible and 'Dashboard' addon is enabled)
- Open Browser's DevTools (usually can be opened by pressing "F12"), Checkout 'Console' tab, input
__charlotte.app.openFrontend()
then evaluate.
After opened the addons modal, You can turn on/off and configure addons. Some addons May require a refresh to be enabled or disabled. For addon details, see our addons
AGPL-3.0, see LICENSE.