Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Picker for Chrome\u2122", "version": "2.0.0", "description": "HEX, RGB Color picker, Advanched Eyedropper, Find color code on any page ", "permissions": [ "storage", "activeTab", "background", "scripting" ], "action": { "default_icon": "colorpicker.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "<all_urls>" ], "icons": { "48": "colorpicker.png", "128": "colorpicker.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "canvas.css" ], "js": [ "jquery.min.js", "contentScript.js" ] } ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "canvas.css", "plus.png", "copy.png", "cp.png", "logo.svg", "pickicon.svg" ], "matches": [ "<all_urls>" ] } ] }