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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Modify Content-Type एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}