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 |
公式URL | 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 |
Eメール | [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" } } |