Check Status Code
Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.
Cos'è Check Status Code?
Check Status Code è un'estensione di Chrome sviluppata da http://soninow.com, e la sua funzione principale è "Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Check Status Code
Scarica i file di estensione Check Status Code in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | lifidlbpankklllcklhkijihhnaapoef |
| URL Ufficiale | https://chrome.google.com/webstore/detail/check-status-code/lifidlbpankklllcklhkijihhnaapoef |
| Descrizione | Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection. |
| Dimensione del File | 233 KB |
| Conteggio Installazioni | 1,090 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2020-07-02 |
| Data di Pubblicazione | 2020-07-02 |
| Valutazione | 1.82/5 Totale 11 Valutazioni |
| Sviluppatore | http://soninow.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.soninow.com |
| URL della Pagina di Aiuto | https://www.soninow.com/contact |
| Lingue Supportate | 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\/"
]
} | |