HTTP Status

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

什麼是HTTP Status?

HTTP Status是由MaiCong開發的Chrome擴展程式,該擴展的主要功能是“在地址栏中显示当前页的 HTTP 状态”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載HTTP Status擴展crx文件

下載HTTP Status擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        本插件用于在地址栏中显示当前页的 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                    

擴展基本資訊

名稱 HTTP Status HTTP Status
ID cknfnacbckhfpjahnmkblajcpledpfnp
官方網址 https://chrome.google.com/webstore/detail/http-status/cknfnacbckhfpjahnmkblajcpledpfnp
簡介 在地址栏中显示当前页的 HTTP 状态
檔案大小 53.04 KB
安裝次數 4,597
目前版本 1.0.2
更新時間 2015-04-27
上架時間 2015-04-27
評分 4.94/5 共 16 次評分
開發者 MaiCong
付費類型 free
擴展官網 https://maicong.me
說明頁面URL http://www.yuxiaoxi.com/2015-04-28-chrome-extensions-http-status.html
支援的語言 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"
}