Check Status Code
Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.
Vad är Check Status Code?
Check Status Code är en Chrome-tillägg utvecklad av http://soninow.com, och dess huvudfunktion är "Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection.".
Tilläggsskärmbilder
Ladda ner Check Status Code-förlängningens CRX-fil
Ladda ner Check Status Code-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | lifidlbpankklllcklhkijihhnaapoef |
Officiell webbadress | https://chrome.google.com/webstore/detail/check-status-code/lifidlbpankklllcklhkijihhnaapoef |
Beskrivning | Check server status code, redirection URLs, response headers, Basic Authentication & redirection chain of server connection. |
Filstorlek | 233 KB |
Antal Installationer | 1,090 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2020-07-02 |
Publiceringsdatum | 2020-07-02 |
Betyg | 1.82/5 Totalt 11 Betyg |
Utvecklare | http://soninow.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.soninow.com |
Hjälpsida URL | https://www.soninow.com/contact |
Stödda Språk | 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\/" ] } |