HeaderModify
Modify Request and Response Headers
HeaderModifyとは何ですか?
HeaderModifyはAsa Dongによって開発されたChromeの拡張機能で、その主な機能は「Modify Request and Response Headers」です。
拡張機能のスクリーンショット
HeaderModify拡張機能のCRXファイルをダウンロード
HeaderModify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Modify Request and Response Headers
修改http请求和响应头部 拡張機能の基本情報
| 名前 | |
| ID | dcjllekpidddjpoljedhgkjakfocokgb |
| 公式URL | https://chromewebstore.google.com/detail/headermodify/dcjllekpidddjpoljedhgkjakfocokgb |
| 説明 | Modify Request and Response Headers |
| ファイルサイズ | 71.32 KB |
| インストール数 | 112 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2015-12-07 |
| 公開日 | 2015-12-06 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Asa Dong |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"author": "Asa Dong",
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"browser_action": {
"default_icon": "icon_bw.png",
"default_popup": "popup.html",
"default_title": "Headers Modify"
},
"description": "Modify Request and Response Headers",
"icons": {
"128": "icon_128.png",
"16": "icon_16.png",
"48": "icon_48.png"
},
"incognito": "spanning",
"manifest_version": 2,
"name": "HeaderModify",
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.3"
} | |