Simple Print
Convert web articles into printable PDFs
Simple Print là gì?
Simple Print là một tiện ích mở rộng Chrome được phát triển bởi https://fivefilters.org, và tính năng chính của nó là "Convert web articles into printable PDFs".
Ả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 Simple Print
Tải xuống các tệp mở rộng Simple Print 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple Print |
ID | nalmbmopkipfhijmcncelapgbkgoligf |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-print/nalmbmopkipfhijmcncelapgbkgoligf |
Mô tả | Convert web articles into printable PDFs |
Kích Thước Tệp | 9.18 KB |
Số Lần Cài Đặt | 2,603 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-09-04 |
Ngày Phát Hành | 2018-09-04 |
Đánh Giá | 4.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://fivefilters.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pdf.fivefilters.org/simple-print/ |
URL Trang Trợ Giúp | http://help.fivefilters.org |
URL Trang Chính Sách Bảo Mật | https://help.fivefilters.org/push-to-kindle/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Print", "version": "1.2", "manifest_version": 2, "description": "Convert web articles into printable PDFs", "homepage_url": "https:\/\/pdf.fivefilters.org\/simple-print\/", "browser_action": { "default_title": "Simple Print", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "options_ui": { "page": "options.html", "open_in_tab": true } } |