Friendly PDF

Save the web page as book-like PDF with outlines

Cos'è Friendly PDF?

Friendly PDF è un'estensione di Chrome sviluppata da suziwen1, e la sua funzione principale è "Save the web page as book-like PDF with outlines".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Friendly PDF

Scarica i file di estensione Friendly 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

                        Save any web page (full page or partial selection ) as  a beautiful PDF with cover, outline and table of contents.

features

1. Save as a outline's PDF
2. Easily remove elements (eg: annoying ads) what you don't want
3. Print preview
4. Change font and font-size
5. Readability


steps

* Right-click the mouse button, trigger the context menu, and click `Save as PDF with outlines` item
* On the preview page, click the top-right button to generate a beautiful PDF with cover, outline and table of contents
* Done, that's it.                    

Informazioni di Base sull'Estensione

Nome Friendly PDF Friendly PDF
ID iemgcolomcoggneboigcdpalidngbemp
URL Ufficiale https://chromewebstore.google.com/detail/friendly-pdf/iemgcolomcoggneboigcdpalidngbemp
Descrizione Save the web page as book-like PDF with outlines
Dimensione del File 107 KB
Conteggio Installazioni 58
Versione Corrente 0.0.12
Ultimo Aggiornamento 2024-01-30
Data di Pubblicazione 2023-06-22
Sviluppatore suziwen1
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "__MSG_AppName__",
        "default_icon": "icons\/icon48.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "homepage_url": "https:\/\/xiaoshujiang.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "version": "0.0.12"
}