Friendly PDF

Save the web page as book-like PDF with outlines

Qu'est-ce que Friendly PDF ?

Friendly PDF est une extension Chrome développée par suziwen1, et sa fonction principale est "Save the web page as book-like PDF with outlines".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Friendly PDF

Téléchargez les fichiers d'extension Friendly PDF au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Friendly PDF Friendly PDF
ID iemgcolomcoggneboigcdpalidngbemp
URL Officiel https://chromewebstore.google.com/detail/friendly-pdf/iemgcolomcoggneboigcdpalidngbemp
Description Save the web page as book-like PDF with outlines
Taille du Fichier 107 KB
Nombre d'Installations 58
Version Actuelle 0.0.12
Dernière Mise à Jour 2024-01-30
Date de Publication 2023-06-22
Développeur suziwen1
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}