Getting Started
Slime is a Chrome extension for filling forms with reusable rules. A rule matches pages by URL pattern, finds fields by selectors or field metadata, and fills each field with a static value, generated value, or stored image.
Install From Source
Section titled “Install From Source”- Install project dependencies with
pnpm install. - Build the extension with
pnpm build. - Open
chrome://extensions/. - Enable Developer mode.
- Click Load unpacked.
- Select the built
dist/folder.
Create Your First Rule
Section titled “Create Your First Rule”- Open the Slime popup from the Chrome toolbar.
- Open Manage Rules.
- Create a rule and choose a URL pattern, such as
*://example.com/*. - Add field mappings for the inputs you want Slime to fill.
- Save the rule.
- Visit a matching page and run the rule from the popup or floating action button.