Live HTTP headers

Displays the live log with the http requests headers

什麼是Live HTTP headers?

Live HTTP headers是由thesenselessguy.business開發的Chrome擴展程式,該擴展的主要功能是“Displays the live log with the http requests headers”。

擴展截圖

screenshot

下載Live HTTP headers擴展crx文件

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

擴展使用說明

                        Live http replay. 
intervept and replay requests. Play with urls                    

擴展基本資訊

名稱 Live HTTP headers Live HTTP headers
ID llbdkomocmgejikdoclcgfecgakakemk
官方網址 https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk
簡介 Displays the live log with the http requests headers
檔案大小 6.15 KB
安裝次數 524
目前版本 1.0
更新時間 2020-09-30
上架時間 2018-08-19
開發者 thesenselessguy.business
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live HTTP headers",
    "description": "Displays the live log with the http requests headers",
    "version": "1.0",
    "permissions": [
        "debugger"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Live HTTP headers"
    },
    "manifest_version": 2
}