GitHub Diff Whitespace Ignore Button
Adds an 'Ignore whitespace' button on any GitHub file diff page.
ما هو GitHub Diff Whitespace Ignore Button؟
GitHub Diff Whitespace Ignore Button هو إضافة Chrome تم تطويرها بواسطة UsainBloot، والميزة الرئيسية لها هي "Adds an 'Ignore whitespace' button on any GitHub file diff page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitHub Diff Whitespace Ignore Button
قم بتنزيل ملفات الامتداد GitHub Diff Whitespace Ignore Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Inserts an "Ignore Whitespace" button on file diff pages on GitHub
معلومات أساسية عن التمديد
الاسم | GitHub Diff Whitespace Ignore Button |
ID | cndheldchmdkjjggoghiildfbolgpeka |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-diff-whitespace-ig/cndheldchmdkjjggoghiildfbolgpeka |
الوصف | Adds an 'Ignore whitespace' button on any GitHub file diff page. |
حجم الملف | 23.85 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2016-10-07 |
تاريخ النشر | 2016-10-07 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | UsainBloot |
نوع الدفع | free |
موقع الإضافة | https://github.com/UsainBloot/github-whitespace-toggle |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Diff Whitespace Ignore Button", "version": "0.1.0", "manifest_version": 2, "description": "Adds an 'Ignore whitespace' button on any GitHub file diff page.", "homepage_url": "https:\/\/github.com\/UsainBloot\/github-whitespace-toggle", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "GitHub Diff Whitespace Ignore Button" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |