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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MDN Code Search
قم بتنزيل ملفات الامتداد MDN Code Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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\/" ] } |