HTTP Headers
Displays the live log with HTTP request headers
什么是HTTP Headers?
HTTP Headers是由http://coolcomputers.info开发的Chrome扩展程序,该扩展的主要功能是“Displays the live log with HTTP request headers”。
下载HTTP Headers扩展crx文件
下载HTTP Headers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows you server headers and responses. 扩展基本信息
| 名称 | |
| ID | fdlppdjcgkeemdegnagdjklldpoimiic |
| 官方URL | https://chrome.google.com/webstore/detail/http-headers/fdlppdjcgkeemdegnagdjklldpoimiic |
| 简介 | Displays the live log with HTTP request headers |
| 文件大小 | 42.83 KB |
| 安装次数 | 18 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2017-01-24 |
| 上架时间 | 2017-01-24 |
| 开发者 | http://coolcomputers.info |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HTTP Headers",
"description": "Displays the live log with HTTP request headers",
"version": "1.0.2",
"short_name": "HTTP Headers",
"permissions": [
"debugger"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon512.png",
"default_title": "HTTP headers"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"96": "icon96.png",
"128": "icon128.png",
"512": "icon512.png"
},
"manifest_version": 2
} | |