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
Eメール [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"
}