Extrahujte barevné palety z jakéhokoli webu. Vyberte barvy kapátkem, uložte jako PNG/SVG, zkopírujte hodnoty HEX/RGB. Ideální pro…
# Chrome Extension Text Resources
## Extension Name and Description
- Name: Website Color Extractor
- Description: Extract color palettes from any website. Pick colors with eyedropper, save as PNG/SVG, copy HEX/RGB values. Perfect for designers and developers.
## UI Elements
- Picker: Color picker/eyedropper tool
- Download Image: Save color palette as PNG
- Download SVG: Save color palette as SVG
- Copy HEX: Copy color value in HEX format
- Copy RGB: Copy color value in RGB format
- Open in Color Get: Open selected colors in Color Get tool
## Color Properties
- Saturation: Color saturation level
- Brightness: Color brightness level
- Hue: Color hue value
## Notes
- All text is localized in English
- Used in extension UI and tooltips
- Consistent with Material Design text guidelines
- Clear and concise wording for better UX
## Required Permissions
- `activeTab`: Needed to access and analyze colors from the current webpage. This permission is essential for the eyedropper tool to pick colors from the active tab.
- `scripting`: Required to inject content scripts that enable color extraction functionality. This allows the extension to interact with webpage content and capture color values.
These permissions are minimal and only requested when necessary for core functionality:
- Color picking requires page access (activeTab)
- Color analysis needs content script injection (scripting)
- No persistent background permissions needed
- No broad host permissions required