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": "Buscador: Search for a web page portion", "description": "This extension lets you select a portion of the web page and search for it on the Internet.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background\/index.js", "type": "module" }, "permissions": [ "scripting", "activeTab" ], "host_permissions": [ "https:\/\/lens.google.com\/*" ], "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "action": [] }