HTTP Status

在地址栏中显示当前页的 HTTP 状态

What is HTTP Status?

HTTP Status is a Chrome extension developed by MaiCong, and its main feature is "在地址栏中显示当前页的 HTTP 状态".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download HTTP Status Extension CRX File

Download HTTP Status 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

                        本插件用于在地址栏中显示当前页的 HTTP 状态

插件代码来自 Redirect Path ,麦葱做了下修改,将图标显示在地址栏,使用 canvas 绘制,效果来自 HTTP状态检测。

【更多图片介绍】
http://www.yuxiaoxi.com/2015-04-28-chrome-extensions-http-status.html

【感谢】
Redirect Path:https://chrome.google.com/webstore/detail/redirect-path/aomidfkchockcldhbkggjokdkkebmdll
HTTP状态检测:https://ext.chrome.360.cn/webstore/detail/dcpgeflcjacnlahologjcenjopffehch                    

Extension Basic Information

Name HTTP Status HTTP Status
ID cknfnacbckhfpjahnmkblajcpledpfnp
Official URL https://chrome.google.com/webstore/detail/http-status/cknfnacbckhfpjahnmkblajcpledpfnp
Description 在地址栏中显示当前页的 HTTP 状态
File Size 53.04 KB
Installation Count 4,597
Current Version 1.0.2
Last Updated 2015-04-27
Publish Date 2015-04-27
Rating 4.94/5 Total 16 Ratings
Developer MaiCong
Payment Type free
Extension Website https://maicong.me
Help Page URL http://www.yuxiaoxi.com/2015-04-28-chrome-extensions-http-status.html
Supported Languages zh-CN
manifest.json
{
    "author": "MaiCong",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": "images\/icon-action.png",
        "default_popup": "popup.html",
        "default_title": "HTTP Status"
    },
    "description": "\u5728\u5730\u5740\u680f\u4e2d\u663e\u793a\u5f53\u524d\u9875\u7684 HTTP \u72b6\u6001",
    "homepage_url": "http:\/\/www.yuxiaoxi.com\/2015-04-28-chrome-extensions-http-status.html",
    "icons": {
        "128": "images\/icon-128.png",
        "96": "images\/icon-96.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "17",
    "name": "HTTP Status",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}