pageTrap - Convert URLs to PDFs or Images

The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files.

pageTrap - Convert URLs to PDFs or Images क्या है?

pageTrap - Convert URLs to PDFs or Images https://pagetrap.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में pageTrap - Convert URLs to PDFs or Images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        The pageTrap.com Chrome extension lets you easily convert the current page you're on to an accurately-rendered PDF or a JPG file.

pageTrap.com is an easy-to-use conversion service that powers this extension. The service renders HTML as a PDF or an Image.

The extension works for free but if you become a member at pageTrap.com you will receive 25 free credits that will unlock all features - those features being the removal of the pageTrap logo from the results, and the ability to use many other parameters like: Orientation, Size, Margins, ImageFormat, jQuery selector etc.

If you're a developer checkout our API to take advantage of pageTrap on a large scale.                    

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

नाम pageTrap - Convert URLs to PDFs or Images pageTrap - Convert URLs to PDFs or Images
ID hfiemcjbbibdkggfinmbmfepbbmehomc
आधिकारिक URL https://chromewebstore.google.com/detail/pagetrap-convert-urls-to/hfiemcjbbibdkggfinmbmfepbbmehomc
विवरण The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files.
फ़ाइल का आकार 133 KB
स्थापना संख्या 1,609
वर्तमान संस्करण 1.2
अंतिम अपडेट 2014-01-03
प्रकाशन तिथि 2014-01-03
रेटिंग 3.50/5 कुल 12 रेटिंग्स
डेवलपर https://pagetrap.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "pageTrap - Convert URLs to PDFs or Images",
    "short_name": "Generate PDFs or Images",
    "description": "The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files.",
    "version": "1.2",
    "permissions": [
        "https:\/\/pagetrap.com\/",
        "http:\/\/pagetrap.com\/",
        "downloads",
        "cookies",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}