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 |
| 官方網址 | 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
} | |