MDN Code Search

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

MDN Code Searchとは何ですか?

MDN Code SearchはBryan Clarkによって開発されたChromeの拡張機能で、その主な機能は「To use, type 'mdn' plus your search term into the url bar.」です。

拡張機能のスクリーンショット

screenshot

MDN Code Search拡張機能のCRXファイルをダウンロード

MDN Code Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/"
    ]
}