Open-source Chrome extension for AI-powered writing enhancement
Top 27.2% on sourcepulse
Scramble is an open-source Chrome extension that acts as a customizable AI-powered writing assistant, offering an alternative to proprietary tools like Grammarly. It targets users who want more control over their writing enhancement process by allowing configuration of LLM providers, models, and custom prompts, directly within their browser.
How It Works
Scramble integrates with various LLM providers (OpenAI, Anthropic, Groq, OpenRouter) via API calls. Users highlight text on any webpage, right-click to access a context menu, select "Scramble," and choose a predefined or custom prompt. The extension then sends the selected text and prompt to the configured LLM for processing and returns the enhanced text. This approach offers flexibility in choosing AI models and tailoring the enhancement process through custom prompts.
Quick Start & Requirements
npm install
, then npm run build
. For Chrome, load the unpacked extension from the dist/chrome
directory. For Firefox, load the temporary add-on from dist/firefox
by selecting manifest.json
.npx tailwindcss -i src/libs/tw-input.css -o src/libs/tw-output.css --minify --watch
for CSS builds.Highlighted Details
Maintenance & Community
Contributions are welcome via Pull Requests. No specific community channels or notable contributors are mentioned in the README.
Licensing & Compatibility
Limitations & Caveats
The extension is currently only available for Chrome, with Firefox support "coming soon." Local LLM support is planned but not yet implemented, meaning current usage relies on third-party LLM providers and their associated costs/privacy implications.
1 month ago
1+ week