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": "Steps Recorder by Flonnect", "description": "Capture step-by-step guide and convert it to PDF with steps recorder extension.", "version": "2.2.0", "action": { "default_popup": "popup.html", "default_title": "Flonnect-Capture", "default_icon": "Icon32.png" }, "icons": { "16": "Icon16.png", "32": "Icon32.png", "48": "Icon48.png", "64": "Icon64.png", "128": "Icon128.png", "2000": "Icon2000.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "storage", "scripting", "sidePanel" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "Images\/*", "contentImages\/*" ], "matches": [ "<all_urls>" ] } ], "side_panel": { "default_path": "sidepanel.html" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/flonnect.com\/*" ] } }