Awesome Print Button
Awesome button to open up the Chrome print page in a new tab or window.
Awesome Print Button là gì?
Awesome Print Button là một tiện ích mở rộng Chrome được phát triển bởi https://upway2late.com, và tính năng chính của nó là "Awesome button to open up the Chrome print page in a new tab or window.".
Ả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 Awesome Print Button
Tải xuống các tệp mở rộng Awesome 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
Version 1.2.0.1 Notes: Update for Chrome 71.0.3578.98. Version 1.0.1.9 Notes: Mandatory update to Chrome Extension Manifest version 2. Version 1.0.1.1 Notes: Chrome 17 has been updated such that the print preview window is no longer presented in a new tab. Now the print preview window opens up in a child window in the current tab. This broke the 'open in New Window' feature. To compensate for this, the Awesome Print Button version 1.0.1.1 'open in New Window' option now duplicates the selected tab in a new window, and then triggers the Chrome print preview window.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Awesome Print Button |
ID | bddbafgkmneiebpibclbakmdnijhgeim |
URL Chính Thức | https://chromewebstore.google.com/detail/awesome-print-button/bddbafgkmneiebpibclbakmdnijhgeim |
Mô tả | Awesome button to open up the Chrome print page in a new tab or window. |
Kích Thước Tệp | 81.85 KB |
Số Lần Cài Đặt | 4,278 |
Phiên Bản Hiện Tại | 1.2.0.1 |
Cập Nhật Lần Cuối | 2020-12-08 |
Ngày Phát Hành | 2019-01-01 |
Đánh Giá | 3.40/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://upway2late.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.upway2late.com/ |
URL Trang Trợ Giúp | http://www.upway2late.com/contact |
URL Trang Chính Sách Bảo Mật | http://www.upway2late.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Print Button", "version": "1.2.0.1", "description": "Awesome button to open up the Chrome print page in a new tab or window.", "icons": { "16": "print_16.png", "48": "print_48.png", "128": "print_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "print_19.png", "default_title": "Awesome Print Button" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |