WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
ما هو WIP Pull Request Unhighlignter for GitHub؟
WIP Pull Request Unhighlignter for GitHub هو إضافة Chrome تم تطويرها بواسطة Kensuke Nagae، والميزة الرئيسية لها هي "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WIP Pull Request Unhighlignter for GitHub
قم بتنزيل ملفات الامتداد WIP Pull Request Unhighlignter for GitHub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Demo page: https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/pulls (visit this page after install this extension) Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License. http://creativecommons.org/licenses/by/3.0/
معلومات أساسية عن التمديد
الاسم | WIP Pull Request Unhighlignter for GitHub |
ID | plebohahijhmebohbcifnaccfkjdgppe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
الوصف | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
حجم الملف | 823 KB |
عدد التثبيتات | 83 |
النسخة الحالية | 2.3.0 |
آخر تحديث | 2019-08-07 |
تاريخ النشر | 2019-08-06 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Kensuke Nagae |
نوع الدفع | free |
موقع الإضافة | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
عنوان صفحة المساعدة | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WIP Pull Request Unhighlignter for GitHub", "version": "2.3.0", "manifest_version": 2, "description": "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.", "permissions": [ "storage" ], "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/pulls*", "https:\/\/github.com\/pulls*" ], "js": [ "app.js" ] } ], "icons": { "128": "assets\/icon.png" } } |