Print Button
Easily print any page with just one click!
Print Button là gì?
Print Button là một tiện ích mở rộng Chrome được phát triển bởi Jorvi, và tính năng chính của nó là "Easily print any page with just one click!".
Ả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 Button
Tải xuống các tệp mở rộng Print Button 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
With Print Button addon, you can easily print any desired page with just one click from your browser's toolbar. Important features: a. Print any webpage with a click of a button (toolbar button). b. No settings or options to adjust. To report bugs, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/print.html)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Print Button |
ID | chknabpgcjhognofjhnlhlmjgidpjkeg |
URL Chính Thức | https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg |
Mô tả | Easily print any page with just one click! |
Kích Thước Tệp | 7.05 KB |
Số Lần Cài Đặt | 13,341 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2023-12-03 |
Ngày Phát Hành | 2019-04-07 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Jorvi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mybrowseraddon.com/print.html |
URL Trang Trợ Giúp | https://mybrowseraddon.com/print.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "manifest_version": 3, "name": "Print Button", "offline_enabled": true, "homepage_url": "https:\/\/mybrowseraddon.com\/print.html", "description": "Easily print any page with just one click!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Print Button", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |