Print Plus

Adds a print button to the browser.

Print Plusคืออะไร?

Print Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ellienora00 และคุณลักษณะหลักของมันคือ "Adds a print button to the browser."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Print Plus

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

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

                        The extension Print plus do an amazing job on one click. Magically it adds a print button to the browser and on pressing the print button the whole page currently opened in a browser will be printed in a second or two.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Print Plus Print Plus
ID edomigmolmlfpcdkidnjagcahdbacpbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj
คำอธิบาย Adds a print button to the browser.
ขนาดไฟล์ 4.49 KB
จำนวนการติดตั้ง 502
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-01-11
วันที่เผยแพร่ 2022-01-11
ผู้พัฒนา ellienora00
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.golferarena.com/
URL หน้าช่วยเหลือ https://www.golferarena.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print Plus",
    "description": "Adds a print button to the browser.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Print this page",
        "default_icon": "print_16x16.png"
    },
    "manifest_version": 2
}