Check Status Code
Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.
什么是Check Status Code?
Check Status Code是由http://soninow.com开发的Chrome扩展程序,该扩展的主要功能是“Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.”。
扩展截图
下载Check Status Code扩展crx文件
下载Check Status Code扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | lifidlbpankklllcklhkijihhnaapoef |
官方URL | https://chrome.google.com/webstore/detail/check-status-code/lifidlbpankklllcklhkijihhnaapoef |
简介 | Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection. |
文件大小 | 233 KB |
安装次数 | 1,090 |
当前版本 | 1.4 |
更新时间 | 2020-07-02 |
上架时间 | 2020-07-02 |
评分 | 1.82/5 共11次评分 |
开发者 | http://soninow.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.soninow.com |
帮助页面URL | https://www.soninow.com/contact |
支持的语言 | 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\/" ] } |