Web Printer Helper
Web Printer Helper
Web Printer Helper là gì?
Web Printer Helper là một tiện ích mở rộng Chrome được phát triển bởi Abu Dzakiyyah, và tính năng chính của nó là "Web Printer Helper".
Ả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 Web Printer Helper
Tải xuống các tệp mở rộng Web Printer Helper 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
Web Printer Helper for Web Apps This extension can help Web Applications to access printer devices that are on the server. This extension requires an API that is generated from the WebPrinter application on the server. *Documents for printing are only PDF file The WebPrinter Server can be downloaded here: https://apps.anakmuda.co.id/webprinter/WebPrinterSetup.zip
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Web Printer Helper |
ID | oddpogjidbnompcdchbkfpnffillkmeg |
URL Chính Thức | https://chromewebstore.google.com/detail/web-printer-helper/oddpogjidbnompcdchbkfpnffillkmeg |
Mô tả | Web Printer Helper |
Kích Thước Tệp | 923 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-07-31 |
Ngày Phát Hành | 2020-07-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Abu Dzakiyyah |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://apps.anakmuda.co.id/webprinter |
URL Trang Trợ Giúp | https://apps.anakmuda.co.id/webprinter/WebPrinterSetup.zip |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Printer Helper", "description": "Web Printer Helper", "author": "Abu Dzakiyyah", "version": "1.0", "icons": { "16": "assets\/icons\/icon-16.png", "19": "assets\/icons\/icon-19.png", "32": "assets\/icons\/icon-32.png", "64": "assets\/icons\/icon-64.png", "128": "assets\/icons\/icon-128.png" }, "background": { "scripts": [ "assets\/js\/jquery.min.js", "assets\/js\/storage.js", "assets\/js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "assets\/icons\/icon-128.png", "default_popup": "index.html", "default_title": "Web Printer Helper" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/js\/jquery.min.js", "assets\/js\/jquery.toast.js", "assets\/js\/general.js", "assets\/js\/webprinter.js" ], "css": [ "assets\/css\/jquery.toast.css" ] } ] } |