MDN Code Search

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

MDN Code Searchคืออะไร?

MDN Code Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bryan Clark และคุณลักษณะหลักของมันคือ "To use, type 'mdn' plus your search term into the url bar."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MDN Code Search

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}