Modify Content-Type
Change the response content type to force documents to open in or outside the browser window or in a special view mode (PDF, XML...)
Modify Content-Typeคืออะไร?
Modify Content-Type เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Calliess และคุณลักษณะหลักของมันคือ "Change the response content type to force documents to open in or outside the browser window or in a special view mode (PDF, XML...)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Modify Content-Type
ดาวน์โหลดไฟล์ส่วนขยาย Modify Content-Type ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is in beta state, please send feedback on your experiences and wishes!
'Modify Content-Type' allows manipulation of the Content-Type and Content-Disposition HTTP header fields of incoming documents. This may be helpful if you like to force the browser to either show a document inside the browser window or to offer it as a download. It also can be used to override unknown mime types sent by misconfigured servers. Just replace them by f.e. 'application/pdf' or 'application/xml' and Chrome will know how to show the document.
Permissions:
- 'Access your data on all websites': required to get access to the http headers of requested documents.
Updates:
- 0.2
-- added support for multiple rules per URL ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jnfofbopfpaoeojgieggflbpcblhfhka |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/modify-content-type/jnfofbopfpaoeojgieggflbpcblhfhka |
| คำอธิบาย | Change the response content type to force documents to open in or outside the browser window or in a special view mode (PDF, XML...) |
| ขนาดไฟล์ | 42.36 KB |
| จำนวนการติดตั้ง | 6,792 |
| เวอร์ชันปัจจุบัน | 0.2 |
| อัปเดตครั้งล่าสุด | 2013-11-15 |
| วันที่เผยแพร่ | 2013-11-15 |
| คะแนน | 4.27/5 รวมทั้งหมด 33 คะแนน |
| ผู้พัฒนา | Daniel Calliess |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Modify Content-Type",
"description": "Change the response content type to force documents to open in or outside the browser window or in a special view mode (PDF, XML...)",
"version": "0.2",
"manifest_version": 2,
"background": {
"scripts": [
"jquery-2.0.3.min.js",
"background.js"
]
},
"icons": {
"16": "mct16.png",
"48": "mct48.png",
"128": "mct128.png"
},
"permissions": [
" | |