Check Status Code
Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.
Was ist Check Status Code?
Check Status Code ist eine Chrome-Erweiterung, die von http://soninow.com entwickelt wurde, und ihr Hauptmerkmal ist "Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.".
Erweiterungsscreenshots
Check Status Code-Erweiterungs-CRX-Datei herunterladen
Laden Sie Check Status Code-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lifidlbpankklllcklhkijihhnaapoef |
| Offizielle URL | https://chrome.google.com/webstore/detail/check-status-code/lifidlbpankklllcklhkijihhnaapoef |
| Beschreibung | Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection. |
| Dateigröße | 233 KB |
| Installationsanzahl | 1,090 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2020-07-02 |
| Veröffentlichungsdatum | 2020-07-02 |
| Bewertung | 1.82/5 Insgesamt 11 Bewertungen |
| Entwickler | http://soninow.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.soninow.com |
| Hilfeseite URL | https://www.soninow.com/contact |
| Unterstützte Sprachen | 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\/"
]
} | |