MDN Search

Search MDN within Chrome omnibox itself

What is MDN Search?

MDN Search is a Chrome extension developed by https://chaitanyapramod.com, and its main feature is "Search MDN within Chrome omnibox itself".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download MDN Search Extension CRX File

Download MDN Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Search MDN Web Docs from Chrome's address-bar directly.

Start searching by typing "mdn" followed by a space, and your keywords into Chrome address-bar.

This extension is open source and is available at https://github.com/ChaitanyaPramod/mdn-search

Note: This project is not endorsed by MDN Web Docs, all logos used are MDN copyright.                    

Extension Basic Information

Name MDN Search MDN Search
ID ffpifaemeofjmncjdbegmbpcdaemkeoc
Official URL https://chromewebstore.google.com/detail/mdn-search/ffpifaemeofjmncjdbegmbpcdaemkeoc
Description Search MDN within Chrome omnibox itself
File Size 52.05 KB
Installation Count 1,364
Current Version 0.2.3
Last Updated 2023-04-10
Publish Date 2018-03-12
Rating 4.59/5 Total 17 Ratings
Developer https://chaitanyapramod.com
Email [email protected]
Payment Type free
Extension Website https://mdnsearch.chaitanyapramod.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MDN Search",
    "description": "Search MDN within Chrome omnibox itself",
    "version": "0.2.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com; object-src 'self'",
    "omnibox": {
        "keyword": "mdn"
    },
    "icons": {
        "16": "mozilla-16-bw.png",
        "48": "mozilla-48.png",
        "128": "logo-128.png"
    },
    "background": {
        "scripts": [
            "jquery-1.7.2.min.js",
            "underscore-1.3.3.min.js",
            "mdn_search.js"
        ]
    }
}