MDN Code Search

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

Wat is MDN Code Search?

MDN Code Search is een Chrome-extensie ontwikkeld door Bryan Clark, en de belangrijkste functie is "To use, type 'mdn' plus your search term into the url bar.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MDN Code Search

Download MDN Code Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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'.                    

Basisinformatie over de Extensie

Naam MDN Code Search MDN Code Search
ID nifjgldbgogopimfdfclafkhbadkjfca
Officiële URL https://chromewebstore.google.com/detail/mdn-code-search/nifjgldbgogopimfdfclafkhbadkjfca
Beschrijving To use, type 'mdn' plus your search term into the url bar.
Bestandsgrootte 23.91 KB
Aantal Installaties 32
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-04-06
Publicatiedatum 2017-04-06
Ontwikkelaar Bryan Clark
Betalingswijze free
Extensiewebsite https://github.com/clarkbw/mdn-reference-search
Help Pagina-URL https://github.com/clarkbw/mdn-reference-search/issues/
Ondersteunde Talen 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\/"
    ]
}