WebExtension.net
Toggle dark mode
WebExtension.net

MDN Search

View on Chrome Web Store
View MDN Search Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
0 views
This extension has been viewed 0 times

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

Use omnibox to search MDN Web Docs with autocomplete.
Type
Extension
Users
296 users
2
Website guokai.dev
Jackie(Guokai) Han
View author page of Jackie(Guokai) Han
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 24, 2022
Version 0.0.1
Manifest version
3
Updated
Updated on July 9, 2022
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View MDN Search 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": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "0.0.1",
    "author": "Guokai Han",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "omnibox": {
        "keyword": "mdn"
    },
    "permissions": [
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/developer.mozilla.org\/"
    ],
    "icons": {
        "192": "icon\/mdn_logo-192.png"
    },
    "background": {
        "service_worker": "sw.js"
    }
}
© 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