MultCloud Save - Save Webpage as PDF

Save webpages in Chrome as PDF or images and save to the cloud or local.

Vad är MultCloud Save - Save Webpage as PDF?

MultCloud Save - Save Webpage as PDF är en Chrome-tillägg utvecklad av multcloud.com, och dess huvudfunktion är "Save webpages in Chrome as PDF or images and save to the cloud or local.".

Tilläggsskärmbilder

screenshot

Ladda ner MultCloud Save - Save Webpage as PDF-förlängningens CRX-fil

Ladda ner MultCloud Save - Save Webpage as PDF-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn MultCloud Save - Save Webpage as PDF MultCloud Save - Save Webpage as PDF
ID cnlaohencefcfmblbcphhmfcehekfnik
Officiell webbadress https://chromewebstore.google.com/detail/multcloud-save-save-webpa/cnlaohencefcfmblbcphhmfcehekfnik
Beskrivning Save webpages in Chrome as PDF or images and save to the cloud or local.
Filstorlek 978 KB
Antal Installationer 64
Aktuell Version 1.1.0
Senast Uppdaterad 2024-02-29
Publiceringsdatum 2024-02-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare multcloud.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.multcloud.com/
Hjälpsida URL https://www.multcloud.com/support.html
URL till Sekretesspolicy Sidan https://multcloud.com/policy
Stödda Språk 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"
        }
    }
}