underscore
Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
ما هو underscore؟
underscore هو إضافة Chrome تم تطويرها بواسطة ansonairoldi، والميزة الرئيسية لها هي "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة underscore
قم بتنزيل ملفات الامتداد underscore بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple Omnibox shortcut support for easily getting access to underscore.js documentation.
To Use: Simply type '_' into Chromes searchbox, followed by a tab or space. This will bring you into the extension's search context, where you can now search underscore's documentation.
-----
1.0.1: fixed breaking issue with underscore https معلومات أساسية عن التمديد
| الاسم | |
| ID | pffeaanfhmcllmncifaihidglefccbeg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg |
| الوصف | Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes… |
| حجم الملف | 212 KB |
| عدد التثبيتات | 14 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2018-07-07 |
| تاريخ النشر | 2018-07-07 |
| المطور | ansonairoldi |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/ansonlouis/chrome-underscore |
| عنوان صفحة المساعدة | https://github.com/ansonlouis/chrome-underscore |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "underscore",
"version": "1.0.1",
"manifest_version": 2,
"permissions": [],
"background": {
"persistent": true,
"page": ".\/background.html"
},
"omnibox": {
"keyword": "_"
}
} | |