WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
NerdeFocus

NerdeFocus

View on Chrome Web Store
View NerdeFocus Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (8 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Quickly debug focus when testing accessibility
Type
Extension
Users
1,000 users
1K
wizzyfx
View author page of wizzyfx
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 29, 2018
Version 0.5.7
Manifest version
3
Updated
Updated on May 2, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View NerdeFocus Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top