PrintAny
One click print current TAB, selected content on a website and also Google emails.
PrintAny là gì?
PrintAny là một tiện ích mở rộng Chrome được phát triển bởi Murali Krishna Chanda, và tính năng chính của nó là "One click print current TAB, selected content on a website and also Google emails.".
Ả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 PrintAny
Tải xuống các tệp mở rộng PrintAny 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
Print button inside you Chrome browser to easy print a page with one click.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PrintAny |
ID | fomndpnkhdffldikpeefdjeiebjdbgmn |
URL Chính Thức | https://chromewebstore.google.com/detail/printany/fomndpnkhdffldikpeefdjeiebjdbgmn |
Mô tả | One click print current TAB, selected content on a website and also Google emails. |
Kích Thước Tệp | 12.35 KB |
Số Lần Cài Đặt | 1,782 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-04-03 |
Ngày Phát Hành | 2019-04-03 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Murali Krishna Chanda |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |