The Printliminator
A simple tool to make websites print better.
The Printliminator là gì?
The Printliminator là một tiện ích mở rộng Chrome được phát triển bởi Mottie, và tính năng chính của nó là "A simple tool to make websites print better.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The Printliminator
Tải xuống các tệp mở rộng The Printliminator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | The Printliminator |
ID | nklechikgnfoonbfmcalddjcpmcmgapf |
URL Chính Thức | https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf |
Mô tả | A simple tool to make websites print better. |
Kích Thước Tệp | 23.62 KB |
Số Lần Cài Đặt | 15,176 |
Phiên Bản Hiện Tại | 4.0.5 |
Cập Nhật Lần Cuối | 2015-10-11 |
Ngày Phát Hành | 2015-10-11 |
Đánh Giá | 4.70/5 Tổng số 56 Đánh Giá |
Nhà Phát Triển | Mottie |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/CSS-Tricks/The-Printliminator |
URL Trang Trợ Giúp | https://github.com/CSS-Tricks/The-Printliminator/wiki |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |