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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/" ] } |