Fabric Inline Comments
Allows you to see comments from related crashes without having to click on the related crash.
Fabric Inline Commentsคืออะไร?
Fabric Inline Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tony Cosentini และคุณลักษณะหลักของมันคือ "Allows you to see comments from related crashes without having to click on the related crash."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fabric Inline Comments
ดาวน์โหลดไฟล์ส่วนขยาย Fabric Inline Comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Additional details at https://github.com/tonycosentini/fabric_inline_comments/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | poddbenhhjkffbflkihlodhobneekpmm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm |
คำอธิบาย | Allows you to see comments from related crashes without having to click on the related crash. |
ขนาดไฟล์ | 13.61 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2015-05-31 |
วันที่เผยแพร่ | 2015-05-31 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Tony Cosentini |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fabric Inline Comments", "description": "Allows you to see comments from related crashes without having to click on the related crash.", "version": "1.0.4", "content_scripts": [ { "matches": [ "https:\/\/fabric.io\/*" ], "js": [ "arrive.js", "script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "script.js.map" ] } |