Fabric Inline Comments
Allows you to see comments from related crashes without having to click on the related crash.
Fabric Inline Comments là gì?
Fabric Inline Comments là một tiện ích mở rộng Chrome được phát triển bởi Tony Cosentini, và tính năng chính của nó là "Allows you to see comments from related crashes without having to click on the related crash.".
Tải xuống tệp CRX của tiện ích mở rộng Fabric Inline Comments
Tải xuống các tệp mở rộng Fabric Inline Comments dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Additional details at https://github.com/tonycosentini/fabric_inline_comments/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | poddbenhhjkffbflkihlodhobneekpmm |
URL Chính Thức | https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm |
Mô tả | Allows you to see comments from related crashes without having to click on the related crash. |
Kích Thước Tệp | 13.61 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2015-05-31 |
Ngày Phát Hành | 2015-05-31 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Tony Cosentini |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |