Print

Print your current page.

Printคืออะไร?

Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cros-mgmt-eng และคุณลักษณะหลักของมันคือ "Print your current page."

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

screenshot

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

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

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

                        Adds a shortcut to print your page.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

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

ชื่อ Print Print
ID ngjnkanfphagcaokhjecbgkboelgfcnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/print/ngjnkanfphagcaokhjecbgkboelgfcnf
คำอธิบาย Print your current page.
ขนาดไฟล์ 5.69 KB
จำนวนการติดตั้ง 7,878
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-08-25
วันที่เผยแพร่ 2015-08-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา cros-mgmt-eng
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Print",
    "version": "1.0.1",
    "description": "Print your current page.",
    "icons": {
        "72": "icon_black.png"
    },
    "browser_action": {
        "default_title": "Print",
        "default_icon": "icon_black.png"
    },
    "background": {
        "page": "print.html",
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}