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": "Smart Color Picker and Palettes", "short_name": "Color Picker and Palette", "description": "An extension to get the color code of any pixel on the web page. It also offers trendy color palettes and css gradients", "offline_enabled": false, "version": "1.0.3", "manifest_version": 3, "author": "Rahul Baruri <[email protected]>", "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png", "256": "images\/icons\/256.png" }, "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*", "*:\/\/*\/*" ], "js": [ "\/js\/contentScript.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "css\/injectable.css" ], "matches": [ "*:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*" ] } ], "action": { "default_icon": "images\/icons\/32.png", "default_popup": "popup.html" } }