cleanly print

cleanly print the web page as pdf

cleanly print là gì?

cleanly print là một tiện ích mở rộng Chrome được phát triển bởi suziwen1, và tính năng chính của nó là "cleanly print the web page as pdf".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng cleanly print

Tải xuống các tệp mở rộng cleanly print dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ### cleanly print

Select what you want print the part area of the page, and remove annoying elements, then print a clean PDF.

Features

* simple and easy, just select what you want, and delete what you do not wish to, then print.

Steps

* Right-click the mouse, trigger the context menu, and Select the `cleanly print` menu.
* Move the cursor to select which area will be printed, and then press the `keep` button
* Move the cursor to select which area will be removed, and then press the `exclude` button
* Press the `Print` button, and Done.


Shortcuts

a: Keep the selected area, remove other elements
s: Remove the selected area
d: Cancel the selected area, reselect a new area
f: Cancel all removed elements
g: Print to PDF
q: Expand the selected area
w: Narrow the selected area
ESC: Exit `cleanly print` mode                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên cleanly print cleanly print
ID afloocnncgjhdlacbejppjepboilajdg
URL Chính Thức https://chromewebstore.google.com/detail/cleanly-print/afloocnncgjhdlacbejppjepboilajdg
Mô tả cleanly print the web page as pdf
Kích Thước Tệp 71.07 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-06-20
Ngày Phát Hành 2023-06-01
Nhà Phát Triển suziwen1
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icons\/clean.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "clean_content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "cleanly print the web page as pdf",
    "icons": {
        "16": "icons\/clean-16.png",
        "32": "icons\/clean-32.png",
        "48": "icons\/clean-48.png",
        "128": "icons\/clean-128.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "cleanly print",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}