Add-ons + Scripts

Small automations that save real time

Photoshop and Figma add-ons, browser tools and CLI scripts. These are the little helpers our own team runs every day.

// export layers
app.activeDocument.layers.forEach(save);
Photoshop

Batch Export Pro

Export every layer or artboard to PNG, JPG or WebP.

$6JSX
frames.forEach((f,i)=>
  f.name = `Screen ${i+1}`)
Figma

Rename Frames

Bulk-rename selected frames with a numbered pattern.

FreePlugin
resize(files, {
  max: 1200
});
Browser

Quick Resize

Drag images into the tab and resize a folder at once.

FreeJS