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": "Eye Dropper", "description": "Pick colors from any website.", "version": "3.3.1.8", "icons": { "19": "icon\/19.png", "38": "icon\/38.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "activeTab", "storage", "scripting" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "edropper.js" ] } ], "commands": { "pick-from-webpage": { "suggested_key": { "default": "Alt+P" }, "description": "Pick color from web page" } }, "background": { "type": "module", "service_worker": "background.js" }, "action": { "default_title": "Popup", "default_popup": "popup.html" }, "options_ui": { "open_in_tab": true, "page": "options.html" } }