Selection Print to PDF

Select a text and print it to PDF with a mouse right-click.

Selection Print to PDF क्या है?

Selection Print to PDF Steven Sanders द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select a text and print it to PDF with a mouse right-click."।

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

screenshot

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

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

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

                        The "Selection Print to PDF" extension enables you to print a portion of text or sentences to a PDF file.

To utilize this add-on, pick a word or sentence with your mouse and then right-click the selection before clicking on - Print Selection to PDF. The chosen text (only the text content) will be downloaded as a PDF file to your computer in the default download folder.

If you wish to alter the download location, go to your browser's settings page and make the change there. This add-on comes with a variety of options that may be viewed on the options page. For example, you may modify the layout, unit, typeface family, size style, or other elements.

This add-on generates a PDF document from HTML, CSS, and JavaScript files. To learn more about this library, please visit the GitHub (https://github.com/MrRio/jsPDF) page for jsPDF, which is a free and open-source client-side JavaScript PDF library.                    

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

नाम Selection Print to PDF Selection Print to PDF
ID kijpdipgbinekifdelmgfiigmoammghm
आधिकारिक URL https://chromewebstore.google.com/detail/selection-print-to-pdf/kijpdipgbinekifdelmgfiigmoammghm
विवरण Select a text and print it to PDF with a mouse right-click.
फ़ाइल का आकार 280 KB
स्थापना संख्या 498
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-07-02
प्रकाशन तिथि 2022-07-02
रेटिंग 4.68/5 कुल 25 रेटिंग्स
डेवलपर Steven Sanders
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://worldaddons.com/selection-print-to-pdf/
सहायता पृष्ठ URL https://worldaddons.com/contact/
गोपनीयता नीति पृष्ठ URL https://worldaddons.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Selection Print to PDF",
    "short_name": "selection-print-to-pdf",
    "homepage_url": "https:\/\/worldaddons.com\/selection-print-to-pdf\/",
    "description": "Select a text and print it to PDF with a mouse right-click.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "source\/options\/options.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "contextMenus"
    ],
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}