Friendly PDF

Save the web page as book-like PDF with outlines

什么是Friendly PDF?

Friendly PDF是由suziwen1开发的Chrome扩展程序,该扩展的主要功能是“Save the web page as book-like PDF with outlines”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Friendly PDF扩展crx文件

下载Friendly PDF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Friendly PDF Friendly PDF
ID iemgcolomcoggneboigcdpalidngbemp
官方URL https://chromewebstore.google.com/detail/friendly-pdf/iemgcolomcoggneboigcdpalidngbemp
简介 Save the web page as book-like PDF with outlines
文件大小 107 KB
安装次数 58
当前版本 0.0.12
更新时间 2024-01-30
上架时间 2023-06-22
开发者 suziwen1
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}