Easy Print

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

什么是Easy Print?

Easy Print是由easyprintapp10开发的Chrome扩展程序,该扩展的主要功能是“Easy Print extension provides a way to print and modify page content of open tabs from your browser.”。

扩展截图

screenshot
screenshot

下载Easy Print扩展crx文件

下载Easy Print扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/)                    

扩展基本信息

名称 Easy Print Easy Print
ID ekeajhgcfbclgdnmfjdnpdfmaficebka
官方URL https://chromewebstore.google.com/detail/easy-print/ekeajhgcfbclgdnmfjdnpdfmaficebka
简介 Easy Print extension provides a way to print and modify page content of open tabs from your browser.
文件大小 522 KB
安装次数 1,103
当前版本 1.22.620
更新时间 2022-07-12
上架时间 2022-07-11
开发者 easyprintapp10
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://easyprint.app/privacy-policy
支持的语言 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
}