Color Palette Finder
Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.
Vad är Color Palette Finder?
Color Palette Finder är en Chrome-tillägg utvecklad av jamesaburnell, och dess huvudfunktion är "Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.".
Tilläggsskärmbilder
Ladda ner Color Palette Finder-förlängningens CRX-fil
Ladda ner Color Palette Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Color Palette Finder |
ID | acijagaddpagpgcjdcoigjkmeiengplp |
Officiell webbadress | https://chromewebstore.google.com/detail/color-palette-finder/acijagaddpagpgcjdcoigjkmeiengplp |
Beskrivning | Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values. |
Filstorlek | 28.27 KB |
Antal Installationer | 898 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2016-01-08 |
Publiceringsdatum | 2016-01-08 |
Betyg | 2.60/5 Totalt 5 Betyg |
Utvecklare | jamesaburnell |
Betalningssätt | free |
Stödda Språk | 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": [ " |