Show All GitHub Issues
Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
ما هو Show All GitHub Issues؟
Show All GitHub Issues هو إضافة Chrome تم تطويرها بواسطة Sindre Sorhus، والميزة الرئيسية لها هي "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Show All GitHub Issues
قم بتنزيل ملفات الامتداد Show All GitHub Issues بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
See the website for more info.
معلومات أساسية عن التمديد
الاسم | Show All GitHub Issues |
ID | ahkcgmpcfiijldaijfjekdffckpidieb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb |
الوصف | Show both Issues and Pull Requests in the Issues tab by default. As it previously did. |
حجم الملف | 5.91 KB |
عدد التثبيتات | 92 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2020-11-20 |
تاريخ النشر | 2020-03-07 |
المطور | Sindre Sorhus |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/sindresorhus/show-all-github-issues |
عنوان صفحة المساعدة | https://github.com/sindresorhus/show-all-github-issues/issues |
عنوان صفحة سياسة الخصوصية | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show All GitHub Issues", "version": "1.0.3", "description": "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.", "homepage_url": "https:\/\/github.com\/sindresorhus\/show-all-github-issues", "manifest_version": 2, "minimum_chrome_version": "80", "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/github.com\/*\/*\/issues" ], "background": { "scripts": [ "background.js" ] } } |