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": "Focus input element", "version": "1.5.6", "description": "Focuses on the next or previous HTML input element when the shortcut key is pressed.", "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "<all_urls>" ], "js": [ "js\/contentScript.bundle.js" ] } ], "options_ui": { "open_in_tab": true, "page": "options.html" } }