SVG - printer
The extension will provide allows user printing SVG (vector-based graphics) schematics directly from websites.
SVG - printer là gì?
SVG - printer là một tiện ích mở rộng Chrome được phát triển bởi Smok, và tính năng chính của nó là "The extension will provide allows user printing SVG (vector-based graphics) schematics directly from websites.".
Ả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 SVG - printer
Tải xuống các tệp mở rộng SVG - printer 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
SVG - Printer Chrome Extension is an extremely useful and unique tool for anyone who needs to print SVG (vector-based graphics) schematics directly from websites. This extension makes the process of printing these schematics quick and easy, and automatically adds a watermark with the date of the print to ensure that users always have access to the latest revision. One of the key benefits of using our extension is that it eliminates the need for manual intervention, saving you time and hassle. With just a click of a button, you can print your SVG schematic with a clear and concise watermark, making it easy to track changes over time. In addition to its ease of use, our extension is also highly versatile. It works seamlessly with the latest version of Google Chrome, and can be used on any website that contains an SVG schematic. This makes it an ideal solution for individuals in a variety of industries, from engineering and manufacturing to graphic design and architecture.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SVG - printer |
ID | gchgendkiadepmgcdbpljpojhhbiabdm |
URL Chính Thức | https://chromewebstore.google.com/detail/svg-printer/gchgendkiadepmgcdbpljpojhhbiabdm |
Mô tả | The extension will provide allows user printing SVG (vector-based graphics) schematics directly from websites. |
Kích Thước Tệp | 10.78 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2023-11-10 |
Ngày Phát Hành | 2023-02-07 |
Nhà Phát Triển | Smok |
[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": "SVG - printer", "action": [], "manifest_version": 3, "version": "0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "The extension will provide allows user printing SVG (vector-based graphics) schematics directly from websites.", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "script.js" } } |