Github Whitespace ignorable differ
This extension allows you to only see only the non-whitespace diffs.
Github Whitespace ignorable differคืออะไร?
Github Whitespace ignorable differ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scott Youngblut และคุณลักษณะหลักของมันคือ "This extension allows you to only see only the non-whitespace diffs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Whitespace ignorable differ
ดาวน์โหลดไฟล์ส่วนขยาย Github Whitespace ignorable differ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension gives you the ability to turn on white space diffing on a per-site basis using a cookie; It works on any github site including github enterprise!! Tested and Everything!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Whitespace ignorable differ |
ID | klfoeihajdgibpablomibnaaaleicmjb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-whitespace-ignorab/klfoeihajdgibpablomibnaaaleicmjb |
คำอธิบาย | This extension allows you to only see only the non-whitespace diffs. |
ขนาดไฟล์ | 17.75 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2015-01-31 |
วันที่เผยแพร่ | 2015-01-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Scott Youngblut |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://scottyoungblut.com/ |
URL หน้าช่วยเหลือ | https://github.com/syoungblut/chrome-github-whitespace |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Whitespace ignorable differ", "description": "This extension allows you to only see only the non-whitespace diffs.", "version": "0.0.2", "manifest_version": 2, "incognito": "split", "icons": { "16": "resources\/icon-16.png", "48": "resources\/icon-48.png", "128": "resources\/icon-128.png" }, "web_accessible_resources": [ "page-script-link-rewriter.js", "resources\/icon-16.png" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*\/commit\/*", "https:\/\/*\/*\/compare\/*", "https:\/\/*\/*\/pull\/*" ], "js": [ "jsuri\/jsuri-1.1.1.js", "cookies\/cookies-1.1.0.js", "content-script-cookie-api.js", "content-script-toggle-button.js" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "https:\/\/*\/*\/commit\/*", "https:\/\/*\/*\/compare\/*", "https:\/\/*\/*\/pull\/*" ], "js": [ "jsuri\/jsuri-1.1.1.js", "cookies\/cookies-1.1.0.js", "content-script-cookie-api.js", "content-script-preference-loader.js" ], "run_at": "document_end", "all_frames": false } ] } |