Selection Print to PDF

Select a text and print it to PDF with a mouse right-click.

Selection Print to PDFとは何ですか?

Selection Print to PDFはSteven Sandersによって開発されたChromeの拡張機能で、その主な機能は「Select a text and print it to PDF with a mouse right-click.」です。

拡張機能のスクリーンショット

screenshot

Selection Print to PDF拡張機能のCRXファイルをダウンロード

Selection Print to PDF拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The "Selection Print to PDF" extension enables you to print a portion of text or sentences to a PDF file.

To utilize this add-on, pick a word or sentence with your mouse and then right-click the selection before clicking on - Print Selection to PDF. The chosen text (only the text content) will be downloaded as a PDF file to your computer in the default download folder.

If you wish to alter the download location, go to your browser's settings page and make the change there. This add-on comes with a variety of options that may be viewed on the options page. For example, you may modify the layout, unit, typeface family, size style, or other elements.

This add-on generates a PDF document from HTML, CSS, and JavaScript files. To learn more about this library, please visit the GitHub (https://github.com/MrRio/jsPDF) page for jsPDF, which is a free and open-source client-side JavaScript PDF library.                    

拡張機能の基本情報

名前 Selection Print to PDF Selection Print to PDF
ID kijpdipgbinekifdelmgfiigmoammghm
公式URL https://chromewebstore.google.com/detail/selection-print-to-pdf/kijpdipgbinekifdelmgfiigmoammghm
説明 Select a text and print it to PDF with a mouse right-click.
ファイルサイズ 280 KB
インストール数 498
現在のバージョン 0.1
最終更新日 2022-07-02
公開日 2022-07-02
評価 4.68/5 合計 25 レビュー
開発者 Steven Sanders
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://worldaddons.com/selection-print-to-pdf/
ヘルプページのURL https://worldaddons.com/contact/
プライバシーポリシーページのURL https://worldaddons.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Selection Print to PDF",
    "short_name": "selection-print-to-pdf",
    "homepage_url": "https:\/\/worldaddons.com\/selection-print-to-pdf\/",
    "description": "Select a text and print it to PDF with a mouse right-click.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "source\/options\/options.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "contextMenus"
    ],
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}