Print Plus
Adds a print button to the browser.
Print Plus là gì?
Print Plus là một tiện ích mở rộng Chrome được phát triển bởi ellienora00, và tính năng chính của nó là "Adds a print button to the browser.".
Ả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 Print Plus
Tải xuống các tệp mở rộng Print Plus 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Print Plus |
ID | edomigmolmlfpcdkidnjagcahdbacpbj |
URL Chính Thức | https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj |
Mô tả | Adds a print button to the browser. |
Kích Thước Tệp | 4.49 KB |
Số Lần Cài Đặt | 502 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-01-11 |
Ngày Phát Hành | 2022-01-11 |
Nhà Phát Triển | ellienora00 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.golferarena.com/ |
URL Trang Trợ Giúp | https://www.golferarena.com/ |
URL Trang Chính Sách Bảo Mật | https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH |
Ngôn Ngữ Được Hỗ Trợ | 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 } |