Color Pickle
Get color pickles from the store.
What is Color Pickle?
Color Pickle is a Chrome extension developed by Rouxy, and its main feature is "Get color pickles from the store.".
Extension Screenshots
Download Color Pickle Extension CRX File
Download Color Pickle 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
Choose a suitable color for your application and get hex code below
Extension Basic Information
Name | |
ID | ajcjoillkdemmnkmacpekjepofpipdla |
Official URL | https://chromewebstore.google.com/detail/color-pickle/ajcjoillkdemmnkmacpekjepofpipdla |
Description | Get color pickles from the store. |
File Size | 41.15 KB |
Installation Count | 49 |
Current Version | 1.0 |
Last Updated | 2022-06-03 |
Publish Date | 2022-06-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Rouxy |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Pickle", "description": "Get color pickles from the store.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "16-16.png", "32": "32-32.png", "48": "48-48.png", "128": "128-128.png" } } |