QuickMDN

This extension searches the highlighted keyword in Mozilla Developer Network.

What is QuickMDN?

QuickMDN is a Chrome extension developed by Raghav Ramesh, and its main feature is "This extension searches the highlighted keyword in Mozilla Developer Network.".

Download QuickMDN Extension CRX File

Download QuickMDN 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

                        How to use?
1. Highlight the word you want to search in Mozilla Developer Network.
2. Right-click and click 'Search in MDN'.
3. Voila! You found your search result!                    

Extension Basic Information

Name QuickMDN QuickMDN
ID hnknnidekbnlnhjjhbailbnmfdhomfgk
Official URL https://chrome.google.com/webstore/detail/hnknnidekbnlnhjjhbailbnmfdhomfgk
Description This extension searches the highlighted keyword in Mozilla Developer Network.
File Size 17.91 KB
Installation Count 22
Current Version 0.1
Last Updated 2014-09-08
Publish Date 2014-09-08
Rating 5.00/5 Total 2 Ratings
Developer Raghav Ramesh
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickMDN",
    "description": "This extension searches the highlighted keyword in Mozilla Developer Network.",
    "version": "0.1",
    "permissions": [
        "https:\/\/developer.mozilla.org\/en-US",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png"
    },
    "background": {
        "scripts": [
            "pages\/main.js"
        ]
    }
}