Webpage to Markdown and PDF

A Chrome extension to capture web page to markdown and PDF format

Webpage to Markdown and PDF क्या है?

Webpage to Markdown and PDF sunpy1106 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to capture web page to markdown and PDF format"।

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

screenshot
screenshot

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

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

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

                        This Chrome extension that enables users to automatically detect and capture the main content of webpages in both Markdown and PDF formats. This user-friendly tool streamlines the process of saving and sharing important information from websites for personal or professional use.

Features:

Automatically detect and extract the main content from webpages.
Export the extracted content as a Markdown file for easy editing and sharing.
Export the extracted content as a PDF file to maintain a consistent appearance across devices.
Wait for images within the content to load before exporting as a PDF, ensuring a complete and accurate representation.

Usage:

Install the Web Page Capture Plugin from the Chrome Web Store, and simply click on the extension icon to access its features. The plugin will automatically detect and extract the main content of the webpage you are browsing. Choose whether you want to export the content as Markdown or PDF, and the extracted content will be saved in your desired format, ready to be used as needed.

Ideal for students, researchers, and professionals, the Web Page Capture Plugin is a convenient tool that simplifies the process of collecting and sharing valuable information from webpages. Try it today and experience the efficiency it brings to your daily browsing                    

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

नाम Webpage to Markdown and PDF Webpage to Markdown and PDF
ID dmnehnhbjmiipdlgckbgbpflakpfdbep
आधिकारिक URL https://chromewebstore.google.com/detail/webpage-to-markdown-and-p/dmnehnhbjmiipdlgckbgbpflakpfdbep
विवरण A Chrome extension to capture web page to markdown and PDF format
फ़ाइल का आकार 273 KB
स्थापना संख्या 71
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-05-16
प्रकाशन तिथि 2023-05-16
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर sunpy1106
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webpage to Markdown and PDF",
    "version": "1.0",
    "description": "A Chrome extension to capture  web page to markdown and PDF format",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icons48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "Readability.js"
            ]
        }
    ],
    "icons": {
        "48": "icons48.png"
    }
}