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": "Search the Current Site", "description": "Search the current site using the most popular search engine", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage", "scripting" ], "action": { "default_icon": "search.png", "default_popup": "popup.html" }, "content_security_policy": [] }