SVG - printer
The extension will provide allows user printing SVG (vector-based graphics) schematics directly from websites.
什麼是SVG - printer?
SVG - printer是由Smok開發的Chrome擴展程式,該擴展的主要功能是“The extension will provide allows user printing SVG (vector-based graphics) schematics directly from websites.”。
擴展截圖
下載SVG - printer擴展crx文件
下載SVG - printer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | SVG - printer |
ID | gchgendkiadepmgcdbpljpojhhbiabdm |
官方網址 | https://chromewebstore.google.com/detail/svg-printer/gchgendkiadepmgcdbpljpojhhbiabdm |
簡介 | The extension will provide allows user printing SVG (vector-based graphics) schematics directly from websites. |
檔案大小 | 10.78 KB |
安裝次數 | 61 |
目前版本 | 0.2 |
更新時間 | 2023-11-10 |
上架時間 | 2023-02-07 |
開發者 | Smok |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |