Clickable dependabot commands
Adds buttons for each dependabot command in the initial Pull Request description on github.com.
ما هو Clickable dependabot commands؟
Clickable dependabot commands هو إضافة Chrome تم تطويرها بواسطة Sebastian Silbermann، والميزة الرئيسية لها هي "Adds buttons for each dependabot command in the initial Pull Request description on github.com.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clickable dependabot commands
قم بتنزيل ملفات الامتداد Clickable dependabot commands بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds buttons for each dependabot command in the initial Pull Request description on github.com.
معلومات أساسية عن التمديد
الاسم | Clickable dependabot commands |
ID | ffidlmejllidmbpfeneoklopdafiljjg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clickable-dependabot-comm/ffidlmejllidmbpfeneoklopdafiljjg |
الوصف | Adds buttons for each dependabot command in the initial Pull Request description on github.com. |
حجم الملف | 5.1 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 0.3.4 |
آخر تحديث | 2021-02-01 |
تاريخ النشر | 2019-07-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Sebastian Silbermann |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/eps1lon/dependabot-clickable-commands |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clickable dependabot commands", "version": "0.3.4", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "clickable-commands.js" ] } ] } |