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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SVG - printer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    }
}