Skip to content

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.

  1. Install project dependencies with pnpm install.
  2. Build the extension with pnpm build.
  3. Open chrome://extensions/.
  4. Enable Developer mode.
  5. Click Load unpacked.
  6. Select the built dist/ folder.
  1. Open the Slime popup from the Chrome toolbar.
  2. Open Manage Rules.
  3. Create a rule and choose a URL pattern, such as *://example.com/*.
  4. Add field mappings for the inputs you want Slime to fill.
  5. Save the rule.
  6. Visit a matching page and run the rule from the popup or floating action button.