Check Status Code
Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.
Co to jest Check Status Code?
Check Status Code to rozszerzenie Chrome opracowane przez http://soninow.com, a jego główną funkcją jest „Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Check Status Code
Pobierz pliki rozszerzeń Check Status Code w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lifidlbpankklllcklhkijihhnaapoef |
| Oficjalny URL | https://chrome.google.com/webstore/detail/check-status-code/lifidlbpankklllcklhkijihhnaapoef |
| Opis | Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection. |
| Rozmiar pliku | 233 KB |
| Liczba instalacji | 1,090 |
| Aktualna Wersja | 1.4 |
| Ostatnia Aktualizacja | 2020-07-02 |
| Data Publikacji | 2020-07-02 |
| Ocena | 1.82/5 Łącznie 11 Oceny |
| Deweloper | http://soninow.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.soninow.com |
| Adres URL Strony Pomocy | https://www.soninow.com/contact |
| Obsługiwane Języki | 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\/"
]
} | |