MultCloud Save - Save Webpage as PDF

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

Cos'è MultCloud Save - Save Webpage as PDF?

MultCloud Save - Save Webpage as PDF è un'estensione di Chrome sviluppata da multcloud.com, e la sua funzione principale è "Save webpages in Chrome as PDF or images and save to the cloud or local.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MultCloud Save - Save Webpage as PDF

Scarica i file di estensione MultCloud Save - Save Webpage as PDF in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome MultCloud Save - Save Webpage as PDF MultCloud Save - Save Webpage as PDF
ID cnlaohencefcfmblbcphhmfcehekfnik
URL Ufficiale https://chromewebstore.google.com/detail/multcloud-save-save-webpa/cnlaohencefcfmblbcphhmfcehekfnik
Descrizione Save webpages in Chrome as PDF or images and save to the cloud or local.
Dimensione del File 978 KB
Conteggio Installazioni 64
Versione Corrente 1.1.0
Ultimo Aggiornamento 2024-02-29
Data di Pubblicazione 2024-02-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore multcloud.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.multcloud.com/
URL della Pagina di Aiuto https://www.multcloud.com/support.html
URL della Pagina della Politica sulla Privacy https://multcloud.com/policy
Lingue Supportate 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"
        }
    }
}