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은(는) Daniel Calliess에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the response content type to force documents to open in or outside the browser window or in a special view mode (PDF, XML...)"입니다.

확장 프로그램 스크린샷

screenshot

Modify Content-Type 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Modify Content-Type Modify Content-Type
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": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "options_page": "options.html"
}