A powerful Chrome extension for picking colors and analyzing typography from any webpage.
- Real-time color tracking with visual cursor
- Support for HEX, RGB, RGBA, and HSL formats
- Click-to-freeze functionality with clipboard copying
- Smooth animations and visual feedback
- Extract font family, size, weight, and more
- Analyze line height, letter spacing, text transform
- Get text color information
- One-click copy for all typography properties
- Clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the
pickydirectory - The Picky extension icon will appear in your Chrome toolbar
- Click the Picky extension icon
- Click on the "Color Picker" block to activate it
- Move your cursor over any webpage element to see real-time color information
- Click to freeze the color and access copy options
- Click any format button to copy to clipboard
- Click the Picky extension icon
- Click on the "Typography" block to activate it
- Click on any text element on the webpage
- View comprehensive typography information
- Click any property to copy it to clipboard
picky/
├── manifest.json # Extension configuration
├── popup.html # Main popup interface
├── popup.js # Alpine.js reactive components
├── popup.css # Popup styling
├── content.js # Content script for webpage interaction
├── content.css # Content script styling
├── background.js # Service worker
├── icons/ # Extension icons
└── README.md # This file
- Chrome Extension Manifest V3 - Latest extension standards
- Alpine.js - Lightweight reactive framework
- Vanilla JavaScript - Core functionality
- CSS3 - Modern styling with animations
The extension requires minimal permissions:
activeTab- Access to the current active tabscripting- Inject content scripts
- Chrome 88+
- Edge 88+
- Other Chromium-based browsers
To modify or extend the extension:
- Edit the relevant files in the
pickydirectory - Go to
chrome://extensions/and click the refresh button on the Picky extension - Changes will be applied immediately
Feel free to submit issues and enhancement requests!
MIT License