Color Grabber
Extract colors easily from anywhere with color grabber tool.
Co to jest Color Grabber?
Color Grabber to rozszerzenie Chrome opracowane przez https://colorgrabber.io, a jego główną funkcją jest „Extract colors easily from anywhere with color grabber tool.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Color Grabber
Pobierz pliki rozszerzeń Color Grabber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Color Grabber |
ID | ienonflmjobapflnpjadihcdibodpkjb |
Oficjalny URL | https://chromewebstore.google.com/detail/color-grabber/ienonflmjobapflnpjadihcdibodpkjb |
Opis | Extract colors easily from anywhere with color grabber tool. |
Rozmiar pliku | 273 KB |
Liczba instalacji | 546 |
Aktualna Wersja | 1.0.8 |
Ostatnia Aktualizacja | 2023-12-27 |
Data Publikacji | 2021-09-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://colorgrabber.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://colorgrabber.io |
Adres URL Strony Polityki Prywatności | https://tier5.us/chrome_extension |
Obsługiwane Języki | 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" } |