Stacker
Stacked pull requests for Github
Stackerคืออะไร?
Stacker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย riku.rouvila และคุณลักษณะหลักของมันคือ "Stacked pull requests for Github"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stacker
ดาวน์โหลดไฟล์ส่วนขยาย Stacker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stacker adds features to Github's UI which makes managing stacked pull requests easier. More information: https://github.com/rikukissa/stacker Features: - ✏️ Mark pull request as a dependent of your previous work - 🔎 Only see changes made in the PR you’re reviewing - ⚠️ Automatic warnings of pull request dependencies
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | apkgobbdndlnnelabdjdapopocfcgbhf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stacker/apkgobbdndlnnelabdjdapopocfcgbhf |
คำอธิบาย | Stacked pull requests for Github |
ขนาดไฟล์ | 190 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2018-01-27 |
วันที่เผยแพร่ | 2018-01-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | riku.rouvila |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3.0", "name": "Stacker", "manifest_version": 2, "description": "Stacked pull requests for Github", "content_scripts": [ { "js": [ "static\/js\/main.a0186027.js" ], "matches": [ "*:\/\/*\/*" ] } ], "browser_action": { "default_title": "Stacker", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*\/*", "storage" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; connect-src *; img-src 'self' data:;" } |