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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย A & C และคุณลักษณะหลักของมันคือ "Prints the current page opened in Chrome with a single click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Printer for Google Chrome 2.0

ดาวน์โหลดไฟล์ส่วนขยาย Printer for Google Chrome 2.0 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ⬇️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"
    ]
}