HTTP Status

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

HTTP Status란 무엇입니까?

HTTP Status은(는) MaiCong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "在地址栏中显示当前页的 HTTP 状态"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

HTTP Status 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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