HTTP Codes
Quickly view information about HTTP status codes.
HTTP Codes là gì?
HTTP Codes là một tiện ích mở rộng Chrome được phát triển bởi Nick Polet, và tính năng chính của nó là "Quickly view information about HTTP status codes.".
Ả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 HTTP Codes
Tải xuống các tệp mở rộng HTTP Codes 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
HTTP Codes gives you information about standard HTTP status codes. All the codes are set out in a grid, with color coordination, making it easy to find the code you are looking for. Clicking on each code will bring up more information... useful if you are developing REST API's and websites that utilize a lot of HTTP status codes.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HTTP Codes |
ID | dkddhohjnfjgdpdkmoogijggjnpgekgf |
URL Chính Thức | https://chromewebstore.google.com/detail/http-codes/dkddhohjnfjgdpdkmoogijggjnpgekgf |
Mô tả | Quickly view information about HTTP status codes. |
Kích Thước Tệp | 48.98 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-07-07 |
Ngày Phát Hành | 2015-07-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Nick Polet |
[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", "manifest_version": 2, "name": "HTTP Codes", "description": "Quickly view information about HTTP status codes.", "version": "1.0", "icons": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "browser_action": { "default_icon": "images\/icons\/icon16.png", "default_popup": "http_codes.html", "default_title": "HTTP Codes" }, "permissions": [ "tabs" ], "content_scripts": [ { "js": [ "js\/jquery-2.1.4.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |