An open source eyedropper extension for Chrome to pick, save and organize color swatches.
Export them as.ase
files for programs like Illustrator or Photoshop.
Features
- Pick colors by clicking on the page with the eyedropper
- Create groups and organize your swatches
- Switch between
hex
,rgb
andhsl
color modes - Export your collection in a
.ase
file and import it in Photoshop and Illustrator
Install Black shrimp
Black shrimp on the Chrome Web Store
Hotkeys
ALT + B
is the default key bidding to open Black shrimp
You can change it by browsing tochrome://extensions/shortcuts
While open:
ALT + SHIFT + A
— Add a colorALT + SHIFT + G
— Add GroupALT + SHIFT + D
— Delete selectionALT + SHIFT + E
— Export swatches
Import .ase
file in Photoshop, Illustrator and InDesign
Black shrimp exports your color swatches in Adobe Swatch Exchange files (.ase) than can be opened in Photoshop, Illustrator and InDesign.
Requirements
Node 10+
Installation
Clone the repo, then run npm install
.
Commands
npm run watch
— watch code changes and build unpacked extensions
Once done, import the/package
folder as an unpacked extensionnpm run debug
— watch code changes and open vue devtools standalonenpm run lint
— lint your code before any PRnpm run build
— build for production output packaged zip to/build