GitHub Whitespace
Redirect GitHub pull request pages to ignore whitespaces
ما هو GitHub Whitespace؟
GitHub Whitespace هو إضافة Chrome تم تطويرها بواسطة jackchuka، والميزة الرئيسية لها هي "Redirect GitHub pull request pages to ignore whitespaces".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitHub Whitespace
قم بتنزيل ملفات الامتداد GitHub Whitespace بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of switching GitHub's "Hide whitespace changes"? This extension saves you three clicks! The extension is minimal, you can simply enable or disable it from Chrome Extensions tab. Update: Nov 6th, 2020 Now you can enable this extension on GitHub Enterprise by clicking the Extension icon -> "Enable GitHub Whitespace on this domain".
معلومات أساسية عن التمديد
الاسم | GitHub Whitespace |
ID | fnpkdafamnbjoldglihkjjdicofghccm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-whitespace/fnpkdafamnbjoldglihkjjdicofghccm |
الوصف | Redirect GitHub pull request pages to ignore whitespaces |
حجم الملف | 10.71 KB |
عدد التثبيتات | 996 |
النسخة الحالية | 1.2 |
آخر تحديث | 2021-09-02 |
تاريخ النشر | 2020-08-12 |
تقييم | 4.75/5 مجموع تقييمات 8 |
المطور | jackchuka |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Whitespace", "description": "Redirect GitHub pull request pages to ignore whitespaces", "version": "1.2", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab", "contextMenus", "webRequest", "webRequestBlocking", "*:\/\/*.github.com\/*" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |