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