EZRB
Improves RB change formatting
EZRBคืออะไร?
EZRB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Improves RB change formatting"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EZRB
ดาวน์โหลดไฟล์ส่วนขยาย EZRB ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ReviewBoard does not provide good support when viewing indentation changes. This extension prettifies the diffs by properly ignoring the whitespace changes and provides a more focus view into the file diffs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EZRB |
ID | pbkejifgaogjnieglkidlnakkhpklhgi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ezrb/pbkejifgaogjnieglkidlnakkhpklhgi |
คำอธิบาย | Improves RB change formatting |
ขนาดไฟล์ | 7.01 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2019-03-21 |
วันที่เผยแพร่ | 2019-03-15 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/guanlun/ezrb |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EZRB", "version": "0.1", "description": "Improves RB change formatting", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |