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
Eメール [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
}