Check Status Code
Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.
Check Status Code là gì?
Check Status Code là một tiện ích mở rộng Chrome được phát triển bởi http://soninow.com, và tính năng chính của nó là "Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.".
Ả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 Check Status Code
Tải xuống các tệp mở rộng Check Status Code 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lifidlbpankklllcklhkijihhnaapoef |
URL Chính Thức | https://chrome.google.com/webstore/detail/check-status-code/lifidlbpankklllcklhkijihhnaapoef |
Mô tả | Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection. |
Kích Thước Tệp | 233 KB |
Số Lần Cài Đặt | 1,090 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2020-07-02 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 1.82/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | http://soninow.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.soninow.com |
URL Trang Trợ Giúp | https://www.soninow.com/contact |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check Status Code", "short_name": "http Server Code", "description": "Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.", "version": "1.4", "browser_action": { "default_icon": "image\/icon.png" }, "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "https:\/\/www.soninow.com\/" ] } |