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", "manifest_version": 3, "name": "MZ Color Picker", "short_name": "MZ Color Picker", "version": "1.0.2", "description": "MZ Color Picker Chrome extension allows you to capture colors directly from your browser's web pages.", "permissions": [ "activeTab", "storage", "tabs" ], "icons": { "16": "icons\/favicon-16.png", "32": "icons\/favicon-32.png", "48": "icons\/favicon-48.png", "128": "icons\/favicon-128.png" }, "action": { "default_icon": { "16": "icons\/favicon-16.png", "32": "icons\/favicon-32.png", "48": "icons\/favicon-48.png", "128": "icons\/favicon-128.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "assets\/content.min.js" ], "css": [ "assets\/content.min.css" ] } ], "background": { "service_worker": "assets\/background.min.js" } }