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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |