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 |
| 官方網址 | 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"
]
}
} | |