HTTP Status Codes

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

What is HTTP Status Codes?

HTTP Status Codes is a Chrome extension developed by Kreshnik Hasanaj, and its main feature is "This extensions purpose is to provide fast information about HTTP status codes".

Extension Screenshots

screenshot

Download HTTP Status Codes Extension CRX File

Download HTTP Status Codes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name HTTP Status Codes HTTP Status Codes
ID nlilibdmmomdoanihholgmofmhhdcpnm
Official URL https://chromewebstore.google.com/detail/http-status-codes/nlilibdmmomdoanihholgmofmhhdcpnm
Description This extensions purpose is to provide fast information about HTTP status codes
File Size 96.25 KB
Installation Count 600
Current Version 1.1
Last Updated 2013-01-30
Publish Date 2013-01-30
Rating 2.80/5 Total 5 Ratings
Developer Kreshnik Hasanaj
Email [email protected]
Payment Type free
Extension Website http://selftaughtgeek.info
Supported Languages 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"
    }
}