Github Diffs
Collapse/expand diff files for easier reviews
ما هو Github Diffs؟
Github Diffs هو إضافة Chrome تم تطويرها بواسطة kamranahmed.se، والميزة الرئيسية لها هي "Collapse/expand diff files for easier reviews".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Github Diffs
قم بتنزيل ملفات الامتداد Github Diffs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Collapse/expand diff files for easier reviews When there is a large number of files in a pull request it becomes difficult to get an overview or to find some specific files with all the files stacked upon each other. This extension allows collapsing and expanding files so that you do not have to pound the innocent scrollbar. It adds buttons to `Collapse all Diffs` or `Show all Diffs` and makes `file headers clickable` to toggle the diff for some specific file
معلومات أساسية عن التمديد
الاسم | Github Diffs |
ID | dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-diffs/dhcpmhfjmlgjfhpeeloohoffbmpjfmgh |
الوصف | Collapse/expand diff files for easier reviews |
حجم الملف | 12.99 KB |
عدد التثبيتات | 85 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2017-08-11 |
تاريخ النشر | 2017-08-11 |
المطور | kamranahmed.se |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Diffs", "short_name": "github-diffs", "version": "1.0.3", "manifest_version": 2, "description": "Collapse\/expand diff files for easier reviews", "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-diffs", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "GithubDiff.js" ] } ] } |