Pick Color
A Chrome Extension for enhance Colors picker & color converter
What is Pick Color?
Pick Color is a Chrome extension developed by Shaikh Saifuddin, and its main feature is "A Chrome Extension for enhance Colors picker & color converter".
Extension Screenshots
Download Pick Color Extension CRX File
Download Pick Color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Pick Color |
ID | khjolfgpcjhcmealonfmmchhagngnecf |
Official URL | https://chromewebstore.google.com/detail/pick-color/khjolfgpcjhcmealonfmmchhagngnecf |
Description | A Chrome Extension for enhance Colors picker & color converter |
File Size | 475 KB |
Installation Count | 1,413 |
Current Version | 0.0.21 |
Last Updated | 2021-12-18 |
Publish Date | 2021-12-15 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Shaikh Saifuddin |
[email protected] | |
Payment Type | free |
Extension Website | http://colorio.web.app/ |
Help Page URL | https://imsaif.web.app/ |
Supported Languages | 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 } |