Live HTTP headers
Displays the live log with the http requests headers
Live HTTP headers là gì?
Live HTTP headers là một tiện ích mở rộng Chrome được phát triển bởi thesenselessguy.business, và tính năng chính của nó là "Displays the live log with the http requests headers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Live HTTP headers
Tải xuống các tệp mở rộng Live HTTP headers 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
Live http replay. intervept and replay requests. Play with urls
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Live HTTP headers |
ID | llbdkomocmgejikdoclcgfecgakakemk |
URL Chính Thức | https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk |
Mô tả | Displays the live log with the http requests headers |
Kích Thước Tệp | 6.15 KB |
Số Lần Cài Đặt | 524 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-09-30 |
Ngày Phát Hành | 2018-08-19 |
Nhà Phát Triển | thesenselessguy.business |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live HTTP headers", "description": "Displays the live log with the http requests headers", "version": "1.0", "permissions": [ "debugger" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Live HTTP headers" }, "manifest_version": 2 } |