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.”。

擴展截圖

screenshot
screenshot

下載Check Status Code擴展crx文件

下載Check Status Code擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Check Status Code Check Status Code
ID lifidlbpankklllcklhkijihhnaapoef
官方網址 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\/"
    ]
}