Color Grabber
Extract colors easily from anywhere with color grabber tool.
Vad är Color Grabber?
Color Grabber är en Chrome-tillägg utvecklad av https://colorgrabber.io, och dess huvudfunktion är "Extract colors easily from anywhere with color grabber tool.".
Tilläggsskärmbilder
Ladda ner Color Grabber-förlängningens CRX-fil
Ladda ner Color Grabber-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
No matter on which webpage you are, grab your desired color on the spot with this simple Color Grabber tool. Select the element and it'll tell you the hex code of the selected color. Or select your desired color from the color panel inside the tool.
Grundläggande Information om Tillägg
Namn | Color Grabber |
ID | ienonflmjobapflnpjadihcdibodpkjb |
Officiell webbadress | https://chromewebstore.google.com/detail/color-grabber/ienonflmjobapflnpjadihcdibodpkjb |
Beskrivning | Extract colors easily from anywhere with color grabber tool. |
Filstorlek | 273 KB |
Antal Installationer | 546 |
Aktuell Version | 1.0.8 |
Senast Uppdaterad | 2023-12-27 |
Publiceringsdatum | 2021-09-14 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://colorgrabber.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://colorgrabber.io |
URL till Sekretesspolicy Sidan | https://tier5.us/chrome_extension |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Grabber", "description": "Extract colors easily from anywhere with color grabber tool.", "version": "1.0.8", "manifest_version": 2, "browser_action": { "default_popup": "login.html", "default_title": "Color Grabber" }, "icons": { "16": "images\/1625151100122-smallLogo.png", "48": "images\/1625151100166-mediumLogo.png", "128": "images\/1625151100210-largeLogo.png" }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "js\/edropper2.js", "inject\/anchor-cursor-default.css", "inject\/anchor-cursor-crosshair.css", "inject\/edropper2.css" ], "commands": { "activate": { "suggested_key": { "default": "Alt+P" }, "description": "Activate pick color from web page" } }, "short_name": "CG" } |