MDN Code Search

To use, type 'mdn' plus your search term into the url bar.

MDN Code Search क्या है?

MDN Code Search Bryan Clark द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To use, type 'mdn' plus your search term into the url bar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MDN Code Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Get quick and direct access to the MDN reference for JavaScript and CSS.  

Type 'mdn' and then your search term into the URL bar to quickly jump to the function or attribute you're looking for.  For example: 'mdn splice' or 'mdn margin'.                    

एक्सटेंशन की मूल जानकारी

नाम MDN Code Search MDN Code Search
ID nifjgldbgogopimfdfclafkhbadkjfca
आधिकारिक URL https://chromewebstore.google.com/detail/mdn-code-search/nifjgldbgogopimfdfclafkhbadkjfca
विवरण To use, type 'mdn' plus your search term into the url bar.
फ़ाइल का आकार 23.91 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2017-04-06
प्रकाशन तिथि 2017-04-06
डेवलपर Bryan Clark
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/clarkbw/mdn-reference-search
सहायता पृष्ठ URL https://github.com/clarkbw/mdn-reference-search/issues/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MDN Code Search",
    "short_name": "MDN Search",
    "description": "To use, type 'mdn' plus your search term into the url bar.",
    "version": "1.0.1",
    "homepage_url": "https:\/\/github.com\/clarkbw\/mdn-reference-search",
    "applications": {
        "gecko": {
            "strict_min_version": "52.0a1"
        }
    },
    "icons": {
        "16": "icons\/mdn-16.png",
        "48": "icons\/mdn-48.png",
        "96": "icons\/mdn-96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "mdn"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/developer.mozilla.org\/"
    ]
}