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",
"description": "A color picker for Web pages",
"version": "1.0.2",
"author": "Guokai Han",
"manifest_version": 3,
"minimum_chrome_version": "95",
"permissions": [
"storage"
],
"icons": {
"128": "icon.png"
},
"action": {
"default_popup": "popup.html"
}
}