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": "NerdeFocus", "version": "0.5.7", "manifest_version": 3, "description": "Quickly debug focus when testing accessibility", "homepage_url": "https:\/\/github.com\/wizzyfx\/nerdeFocusPlugIn#readme", "author": "Ugi Kutluoglu", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "devtools_page": "devtools.html", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "service.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "match_origin_as_fallback": true, "js": [ "inject.js" ], "all_frames": true } ] }