MDN Search
Search MDN within Chrome omnibox itself
什么是MDN Search?
MDN Search是由https://chaitanyapramod.com开发的Chrome扩展程序,该扩展的主要功能是“Search MDN within Chrome omnibox itself”。
扩展截图
下载MDN Search扩展crx文件
下载MDN Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search MDN Web Docs from Chrome's address-bar directly.
Start searching by typing "mdn" followed by a space, and your keywords into Chrome address-bar.
This extension is open source and is available at https://github.com/ChaitanyaPramod/mdn-search
Note: This project is not endorsed by MDN Web Docs, all logos used are MDN copyright. 扩展基本信息
| 名称 | |
| ID | ffpifaemeofjmncjdbegmbpcdaemkeoc |
| 官方URL | https://chromewebstore.google.com/detail/mdn-search/ffpifaemeofjmncjdbegmbpcdaemkeoc |
| 简介 | Search MDN within Chrome omnibox itself |
| 文件大小 | 52.05 KB |
| 安装次数 | 1,364 |
| 当前版本 | 0.2.3 |
| 更新时间 | 2023-04-10 |
| 上架时间 | 2018-03-12 |
| 评分 | 4.59/5 共17次评分 |
| 开发者 | https://chaitanyapramod.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://mdnsearch.chaitanyapramod.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MDN Search",
"description": "Search MDN within Chrome omnibox itself",
"version": "0.2.3",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/www.googleapis.com; object-src 'self'",
"omnibox": {
"keyword": "mdn"
},
"icons": {
"16": "mozilla-16-bw.png",
"48": "mozilla-48.png",
"128": "logo-128.png"
},
"background": {
"scripts": [
"jquery-1.7.2.min.js",
"underscore-1.3.3.min.js",
"mdn_search.js"
]
}
} | |