Check Status Code

Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.

Wat is Check Status Code?

Check Status Code is een Chrome-extensie ontwikkeld door http://soninow.com, en de belangrijkste functie is "Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Check Status Code

Download Check Status Code-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Check Status Code Check Status Code
ID lifidlbpankklllcklhkijihhnaapoef
Officiële URL https://chrome.google.com/webstore/detail/check-status-code/lifidlbpankklllcklhkijihhnaapoef
Beschrijving Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.
Bestandsgrootte 233 KB
Aantal Installaties 1,090
Huidige Versie 1.4
Laatst Bijgewerkt 2020-07-02
Publicatiedatum 2020-07-02
Beoordeling 1.82/5 Totaal 11 Beoordelingen
Ontwikkelaar http://soninow.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.soninow.com
Help Pagina-URL https://www.soninow.com/contact
Ondersteunde Talen 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\/"
    ]
}