Page Color Extractor is a Chrome extension that extracts and displays the main colors from the current webpage. It sorts the colors by usage frequency and allows users to copy the color values in hexadecimal format.
The extension now uses a sidebar interface instead of a popup. This new design provides a more spacious and convenient way to view and interact with the extracted colors.
- Clone the repository or download the source code.
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click on "Load unpacked" and select the directory where the extension files are located.
- The extension should now be visible in your Chrome toolbar.
- Click on the Page Color Extractor icon in the Chrome toolbar.
- The sidebar will slide out from the right side of the browser window.
- The extension will automatically extract colors from the current webpage.
- You can click the refresh button in the top right corner of the sidebar to re-extract colors if the page content changes.
- Click on any color sample to copy its hexadecimal value to the clipboard.
- Use the tabs to switch between solid colors and gradients.
- Click the close button in the top right corner to hide the sidebar.
This project is licensed under the MIT License. See the LICENSE file for details.