MultCloud Save - Save Webpage as PDF
Save webpages in Chrome as PDF or images and save to the cloud or local.
MultCloud Save - Save Webpage as PDF क्या है?
MultCloud Save - Save Webpage as PDF multcloud.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save webpages in Chrome as PDF or images and save to the cloud or local."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MultCloud Save - Save Webpage as PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension enables you to easily convert webpages as images or PDF, and save them to cloud or local storage. Moreover, you can even select a specific folder (in cloud or local) where the file should be saved. With the extension, you can: * Convert webpage content into PDF or images for easy offline read anywhere and anytime you want. * Save image files (opened by Chrome) with a few clicks directly to your cloud drive. * Download important documents from the browser to your local or cloud storage. Key Features: * Simple interface makes it easy for anyone to convert website to PDF. * High quality conversion, convert web page content to PDF without distortion. * Support converting website as PDF without header and footers. Website: https://www.multcloud.com Facebook: http://www.facebook.com/multcloud Twitter: https://twitter.com/multcloud Customer support: [email protected]
एक्सटेंशन की मूल जानकारी
नाम | MultCloud Save - Save Webpage as PDF |
ID | cnlaohencefcfmblbcphhmfcehekfnik |
आधिकारिक URL | https://chromewebstore.google.com/detail/multcloud-save-save-webpa/cnlaohencefcfmblbcphhmfcehekfnik |
विवरण | Save webpages in Chrome as PDF or images and save to the cloud or local. |
फ़ाइल का आकार | 978 KB |
स्थापना संख्या | 64 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2024-02-29 |
प्रकाशन तिथि | 2024-02-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | multcloud.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.multcloud.com/ |
सहायता पृष्ठ URL | https://www.multcloud.com/support.html |
गोपनीयता नीति पृष्ठ URL | https://multcloud.com/policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MultCloud Save - Save Webpage as PDF", "description": "Save webpages in Chrome as PDF or images and save to the cloud or local. ", "version": "1.1.0", "manifest_version": 3, "permissions": [ "activeTab", "tabs", "scripting", "debugger", "contextMenus", "windows", "cookies", "notifications", "storage" ], "host_permissions": [ "*:\/\/*.multcloud.com\/" ], "externally_connectable": { "matches": [ "https:\/\/www.multcloud.com\/*" ] }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.multcloud.com\/*" ], "js": [ "jquery.min.js", ".\/auto-login.js" ], "run_at": "document_start", "persistent": true } ], "icons": { "16": "\/logo.png", "32": "\/logo.png", "48": "\/logo.png", "128": "\/logo.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "\/logo.png", "32": "\/logo.png", "48": "\/logo.png", "128": "\/logo.png" } } } |