Color Palette Finder
Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.
Hvad er Color Palette Finder?
Color Palette Finder er en Chrome-udvidelse udviklet af jamesaburnell, og dens hovedfunktion er "Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.".
Udvidelsesskærmbilleder
Download Color Palette Finder-udvidelses-CRX-fil
Download Color Palette Finder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Find the top 6 most commonly used colors on any site! Creates a palette of HEX and RGB values. Clicking on one of the colors will copy the HEX value to your clipboard.
Grundlæggende oplysninger om udvidelsen
Navn | Color Palette Finder |
ID | acijagaddpagpgcjdcoigjkmeiengplp |
Officiel URL | https://chromewebstore.google.com/detail/color-palette-finder/acijagaddpagpgcjdcoigjkmeiengplp |
Beskrivelse | Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values. |
Filstørrelse | 28.27 KB |
Antal Installationer | 898 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2016-01-08 |
Udgivelsesdato | 2016-01-08 |
Bedømmelse | 2.60/5 Samlet 5 Bedømmelser |
Udvikler | jamesaburnell |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Palette Finder", "description": "Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.", "version": "0.0.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html", "default_icon": "cpflogo.png" }, "content_scripts": [ { "matches": [ " |