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.”。
扩展截图
下载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 |
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\/" ] } |