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」です。
拡張機能のスクリーンショット
Live HTTP headers拡張機能のCRXファイルをダウンロード
Live HTTP headers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Live http replay.
intervept and replay requests. Play with urls 拡張機能の基本情報
| 名前 | |
| ID | llbdkomocmgejikdoclcgfecgakakemk |
| 公式URL | 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 |
| Eメール | [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
} | |