No PDF Download

Opens all PDF files directly in the browser.

No PDF Download क्या है?

No PDF Download Merten Peetz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens all PDF files directly in the browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

crx प्रारूप में No PDF Download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        While most PDF files can be viewed directly in the browser some PDFs will trigger a "Save as"-dialog or will be downloaded automatically. This addon views all PDF files directly in the browser. You can still save the PDF by pressing CTRL+S (or CMD+S) after viewing them.

Some web servers are misconfigured and don't tell the browser that a file is a PDF. In this case the file will still be downloaded even when this addon is active. If you encounter a PDF that is downloaded feel free to send the URL to the support email address so I can check if this it's a bug in the addon or just a server issue.                    

एक्सटेंशन की मूल जानकारी

नाम No PDF Download No PDF Download
ID ikhahkidgnljlniknmendeflkdlfhonj
आधिकारिक URL https://chromewebstore.google.com/detail/no-pdf-download/ikhahkidgnljlniknmendeflkdlfhonj
विवरण Opens all PDF files directly in the browser.
फ़ाइल का आकार 8.05 KB
स्थापना संख्या 14,533
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2019-06-07
प्रकाशन तिथि 2019-06-07
रेटिंग 4.42/5 कुल 33 रेटिंग्स
डेवलपर Merten Peetz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No PDF Download",
    "description": "Opens all PDF files directly in the browser.",
    "version": "1.0.6",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "src\/headers.js",
            "src\/background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    }
}