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
官方網址 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
電子郵箱 [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"
    }
}