Printer for Google Chrome 2.0

Prints the current page opened in Chrome with a single click.

Printer for Google Chrome 2.0란 무엇입니까?

Printer for Google Chrome 2.0은(는) A & C에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prints the current page opened in Chrome with a single click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Printer for Google Chrome 2.0 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ⬇️Easy to set up ⬇️:



1. 🆓 and very easy to operate.
2. Place a print 🖨 button inside your web browser. So you can easily print a page with one click.
3. Choose the style and the Print button design. 🖨(color, black and white)
4. Double-click on the print icon 🖨 to save the file in HTML or PDF, or to open the Options page.



✨Features ✨:



1. Choose between the regular Print button or the Material Design Print button.
2. Or customize your own design Print button.
3. Supports both the TOUCH screen 🖥and DESKTOP screens with the mouse.🖱
4. Print button works for Windows, Mac, Linux, and Google Chromebooks.



Our extension lets you print faster the opened tab on your current browser with one single click.                    

확장 프로그램 기본 정보

이름 Printer for Google Chrome 2.0 Printer for Google Chrome 2.0
ID dakpnihnhmgcllccmbgcfhkbkmaojebe
공식 URL https://chromewebstore.google.com/detail/printer-for-google-chrome/dakpnihnhmgcllccmbgcfhkbkmaojebe
설명 Prints the current page opened in Chrome with a single click.
파일 크기 15.38 KB
설치 횟수 939
현재 버전 1.0.1
최근 업데이트 2022-10-09
출시 날짜 2022-10-09
평점 4.56/5 총 18 개의 평점
개발자 A & C
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "Printer for Google Chrome 2.0",
    "description": "Prints the current page opened in Chrome with a single click.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/print_16.png",
            "32": "icons\/print_32.png",
            "64": "icons\/print_64.png",
            "128": "icons\/print_128.png",
            "256": "icons\/print_256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/print_16.png",
        "32": "icons\/print_32.png",
        "64": "icons\/print_64.png",
        "128": "icons\/print_128.png",
        "256": "icons\/print_256.png"
    },
    "permissions": [
        "storage"
    ]
}