PrintAny
One click print current TAB, selected content on a website and also Google emails.
PrintAnyคืออะไร?
PrintAny เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Murali Krishna Chanda และคุณลักษณะหลักของมันคือ "One click print current TAB, selected content on a website and also Google emails."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PrintAny
ดาวน์โหลดไฟล์ส่วนขยาย PrintAny ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Print button inside you Chrome browser to easy print a page with one click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PrintAny |
ID | fomndpnkhdffldikpeefdjeiebjdbgmn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/printany/fomndpnkhdffldikpeefdjeiebjdbgmn |
คำอธิบาย | One click print current TAB, selected content on a website and also Google emails. |
ขนาดไฟล์ | 12.35 KB |
จำนวนการติดตั้ง | 1,782 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-04-03 |
วันที่เผยแพร่ | 2019-04-03 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Murali Krishna Chanda |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrintAny", "version": "1.0", "manifest_version": 2, "description": "One click print current TAB, selected content on a website and also Google emails.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "printer.png" }, "permissions": [ "activeTab" ], "icons": { "16": "printer.png", "32": "printer.png", "48": "printer.png", "128": "printer.png" }, "offline_enabled": true } |