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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}