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请求和响应头部
擴展基本資訊
名稱 | HeaderModify |
ID | dcjllekpidddjpoljedhgkjakfocokgb |
官方網址 | 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" } |