Header-Editor
Alter your HTTP request headers on the fly
Header-Editorคืออะไร?
Header-Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 67726e และคุณลักษณะหลักของมันคือ "Alter your HTTP request headers on the fly"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Header-Editor
ดาวน์โหลดไฟล์ส่วนขยาย Header-Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Header-Editor is an extension that will allow you to create and use arbitrary HTTP headers in Chrome. The following permissions are needed for Header-Editor to run: - webRequest - Used to access the requests being sent out. - webRequestBlocking - So that headers are modified before being sent. -- All URLs are asked for since the extension cannot know ahead of time where it will be needed. Note: Response headers do not appear in the Network Inspector, however they are supplied to your code. For more details, see: - http://hexcoder.us/2013/08/08/response-headers-and-chrome-extensions/ - https://code.google.com/p/chromium/issues/detail?id=258064
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Header-Editor |
ID | pkokmcnklmgbepioackopoknkdlhefjl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/header-editor/pkokmcnklmgbepioackopoknkdlhefjl |
คำอธิบาย | Alter your HTTP request headers on the fly |
ขนาดไฟล์ | 131 KB |
จำนวนการติดตั้ง | 7,008 |
เวอร์ชันปัจจุบัน | 2.2.0 |
อัปเดตครั้งล่าสุด | 2015-04-13 |
วันที่เผยแพร่ | 2015-04-13 |
คะแนน | 3.65/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | 67726e |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Header-Editor", "description": "Alter your HTTP request headers on the fly", "version": "2.2.0", "default_locale": "en", "options_page": "\/src\/html\/options.html", "permissions": [ "webRequest", "webRequestBlocking", " |