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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}