HTTP Status
在地址栏中显示当前页的 HTTP 状态
Was ist HTTP Status?
HTTP Status ist eine Chrome-Erweiterung, die von MaiCong entwickelt wurde, und ihr Hauptmerkmal ist "在地址栏中显示当前页的 HTTP 状态".
Erweiterungsscreenshots
HTTP Status-Erweiterungs-CRX-Datei herunterladen
Laden Sie HTTP Status-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
本插件用于在地址栏中显示当前页的 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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cknfnacbckhfpjahnmkblajcpledpfnp |
| Offizielle URL | https://chrome.google.com/webstore/detail/http-status/cknfnacbckhfpjahnmkblajcpledpfnp |
| Beschreibung | 在地址栏中显示当前页的 HTTP 状态 |
| Dateigröße | 53.04 KB |
| Installationsanzahl | 4,597 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2015-04-27 |
| Veröffentlichungsdatum | 2015-04-27 |
| Bewertung | 4.94/5 Insgesamt 16 Bewertungen |
| Entwickler | MaiCong |
| Zahlungsart | free |
| Erweiterungswebsite | https://maicong.me |
| Hilfeseite URL | http://www.yuxiaoxi.com/2015-04-28-chrome-extensions-http-status.html |
| Unterstützte Sprachen | 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:\/\/*\/*",
" | |