Pick Color
A Chrome Extension for enhance Colors picker & color converter
Co to jest Pick Color?
Pick Color to rozszerzenie Chrome opracowane przez Shaikh Saifuddin, a jego główną funkcją jest „A Chrome Extension for enhance Colors picker & color converter”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pick Color
Pobierz pliki rozszerzeń Pick Color 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
Best color picker tool. Pick colors from a browser tab and copy in any format. Awesome color picker allows you to select a pixel on the page and get color in popular formats. Grab colors from any website. It is Fast and reliable color picker tool. Features: 🎅 Pick a color from anywhere on your screen ⭐ Just select the color picker and pick the color it will generate color code 🍳 Formats: hex, hex shorthand, RGB, HSL 🧧 History panel with the latest selected colors 🎨 Get Random color generated with all the color formats 🍭 Easy to use Just copy and past in your code.
Podstawowe informacje o rozszerzeniu
Nazwa | Pick Color |
ID | khjolfgpcjhcmealonfmmchhagngnecf |
Oficjalny URL | https://chromewebstore.google.com/detail/pick-color/khjolfgpcjhcmealonfmmchhagngnecf |
Opis | A Chrome Extension for enhance Colors picker & color converter |
Rozmiar pliku | 475 KB |
Liczba instalacji | 1,413 |
Aktualna Wersja | 0.0.21 |
Ostatnia Aktualizacja | 2021-12-18 |
Data Publikacji | 2021-12-15 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Shaikh Saifuddin |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://colorio.web.app/ |
Adres URL Strony Pomocy | https://imsaif.web.app/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pick Color", "version": "0.0.21", "description": "A Chrome Extension for enhance Colors picker & color converter", "browser_action": { "default_icon": "assets\/images\/icons\/favicon-32x32.png", "default_popup": "index.html" }, "icons": { "16": "assets\/images\/icons\/favicon-16x16.png", "48": "assets\/images\/icons\/android-icon-48x48.png", "128": "assets\/images\/icons\/android-icon-48x48.png" }, "background": { "scripts": [ "assets\/js\/appScript.js" ] }, "permissions": [ "storage" ], "web_accessible_resources": [ "assets\/images\/*" ], "manifest_version": 2 } |