HTTP Status Codes

This extensions purpose is to provide fast information about HTTP status codes

Was ist HTTP Status Codes?

HTTP Status Codes ist eine Chrome-Erweiterung, die von Kreshnik Hasanaj entwickelt wurde, und ihr Hauptmerkmal ist "This extensions purpose is to provide fast information about HTTP status codes".

Erweiterungsscreenshots

screenshot

HTTP Status Codes-Erweiterungs-CRX-Datei herunterladen

Laden Sie HTTP Status Codes-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 HTTP Status Codes HTTP Status Codes
ID nlilibdmmomdoanihholgmofmhhdcpnm
Offizielle URL https://chromewebstore.google.com/detail/http-status-codes/nlilibdmmomdoanihholgmofmhhdcpnm
Beschreibung This extensions purpose is to provide fast information about HTTP status codes
Dateigröße 96.25 KB
Installationsanzahl 600
Aktuelle Version 1.1
Letztes Update 2013-01-30
Veröffentlichungsdatum 2013-01-30
Bewertung 2.80/5 Insgesamt 5 Bewertungen
Entwickler Kreshnik Hasanaj
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://selftaughtgeek.info
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTTP Status Codes",
    "description": "This extensions purpose is to provide fast information about HTTP status codes",
    "version": "1.1",
    "browser_action": {
        "default_icon": "inc\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "inc\/images\/icon128.png",
        "16": "inc\/images\/icon16.png",
        "32": "inc\/images\/icon.png",
        "48": "inc\/images\/icon48.png"
    }
}