Save as PDF
Lets you download web pages as PDF in one click.
Save as PDF क्या है?
Save as PDF https://pdfcrowd.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you download web pages as PDF in one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save as PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This add-on lets you easily save web pages to PDF. It adds an icon to the browser toolbar that you can click to save the current page as PDF. It uses the Pdfcrowd HTML to PDF online service. You can learn how it works at https://pdfcrowd.com/save-as-pdf-addon/ *Please note*, that for security reasons it is not possible to create PDF from pages that use a server-based session to identify a user, e.g. your webmail inbox, online banking, shopping cart content, payment checkout, and the likes. If you need support or have a suggestion, please visit https://pdfcrowd.com/contact/.
एक्सटेंशन की मूल जानकारी
नाम | Save as PDF |
ID | kpdjmbiefanbdgnkcikhllpmjnnllbbc |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-as-pdf/kpdjmbiefanbdgnkcikhllpmjnnllbbc |
विवरण | Lets you download web pages as PDF in one click. |
फ़ाइल का आकार | 29.63 KB |
स्थापना संख्या | 288,643 |
वर्तमान संस्करण | 2 |
अंतिम अपडेट | 2022-10-04 |
प्रकाशन तिथि | 2017-11-10 |
रेटिंग | 3.20/5 कुल 1962 रेटिंग्स |
डेवलपर | https://pdfcrowd.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://pdfcrowd.com/save-as-pdf-addon/ |
सहायता पृष्ठ URL | https://pdfcrowd.com/contact/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save as PDF", "version": "2", "manifest_version": 2, "description": "Lets you download web pages as PDF in one click.", "permissions": [ "https:\/\/pdfcrowd.com\/", "tabs", "storage", "downloads" ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_popup": "popup.html", "default_title": "Save as PDF by Pdfcrowd.com" }, "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "background": { "page": "background.html", "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": true }, "minimum_chrome_version": "100" } |