The Printliminator
A simple tool to make websites print better.
The Printliminatorคืออะไร?
The Printliminator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mottie และคุณลักษณะหลักของมันคือ "A simple tool to make websites print better."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Printliminator
ดาวน์โหลดไฟล์ส่วนขยาย The Printliminator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Printliminator is a simple tool you can use to make websites print better. One click to activate, and then click to remove highlighted elements from the page, remove graphics, and apply better print styling.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The Printliminator |
ID | nklechikgnfoonbfmcalddjcpmcmgapf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf |
คำอธิบาย | A simple tool to make websites print better. |
ขนาดไฟล์ | 23.62 KB |
จำนวนการติดตั้ง | 15,176 |
เวอร์ชันปัจจุบัน | 4.0.5 |
อัปเดตครั้งล่าสุด | 2015-10-11 |
วันที่เผยแพร่ | 2015-10-11 |
คะแนน | 4.70/5 รวมทั้งหมด 56 คะแนน |
ผู้พัฒนา | Mottie |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/CSS-Tricks/The-Printliminator |
URL หน้าช่วยเหลือ | https://github.com/CSS-Tricks/The-Printliminator/wiki |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_printliminatorName__", "version": "4.0.5", "manifest_version": 2, "author": "Chris Coyier", "description": "__MSG_printliminatorDescription__", "homepage_url": "https:\/\/github.com\/CSS-Tricks\/The-Printliminator", "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png", "default_title": "__MSG_printliminatorName__", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "printliminator.js", "printliminator.css" ] } |