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", "description": "Displays a 'view' link and 'image dimensions' on hover at images of Google image search.", "homepage_url": "https:\/\/github.com\/jrie\/googlePanicImage", "manifest_version": 3, "name": "GooglePanicImages", "version": "3.0.4", "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "*:\/\/*\/search*" ], "include_globs": [ "*.google.*" ], "js": [ "gpi.js" ], "all_frames": true } ] }