Easy Print

Easy Print extension provides a way to print and modify page content of open tabs from your browser.

Easy Print là gì?

Easy Print là một tiện ích mở rộng Chrome được phát triển bởi easyprintapp10, và tính năng chính của nó là "Easy Print extension provides a way to print and modify page content of open tabs from your browser.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Easy 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

                        Print your Web pages in Print friendly format

This extension allows you to open Web pages in Readability format for easy Print. 

HOW TO USE THE PDF.Live CHROME EXTENSION
1. Install the Easy Print extension for Chrome.
2. Pin the extension for quick access.
3. Click on the extension icon to open active page in Print Friendly Format
4. Print.

By installing this extension, you agree to the Terms of Service (https://easyprint.app/terms-of-service/) and Privacy Policy (https://easyprint.app/privacy-policy/)                    

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

Tên Easy Print Easy Print
ID ekeajhgcfbclgdnmfjdnpdfmaficebka
URL Chính Thức https://chromewebstore.google.com/detail/easy-print/ekeajhgcfbclgdnmfjdnpdfmaficebka
Mô tả Easy Print extension provides a way to print and modify page content of open tabs from your browser.
Kích Thước Tệp 522 KB
Số Lần Cài Đặt 1,103
Phiên Bản Hiện Tại 1.22.620
Cập Nhật Lần Cuối 2022-07-12
Ngày Phát Hành 2022-07-11
Nhà Phát Triển easyprintapp10
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://easyprint.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Print",
    "short_name": "EasyPrint",
    "description": "Easy Print extension provides a way to print and modify page content of open tabs from your browser.",
    "version": "1.22.620",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Easy Print"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "history",
        "storage",
        "cookies",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/pages\/reader\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}