SVG Export
Download SVGs from websites as SVGs, PNGs or JPEGs
SVG Export là gì?
SVG Export là một tiện ích mở rộng Chrome được phát triển bởi https://svgexport.io, và tính năng chính của nó là "Download SVGs from websites as SVGs, PNGs or JPEGs".
Ả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 Export
Tải xuống các tệp mở rộng SVG Export 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 Export is a great tool that searches for SVGs on websites and enables you to rapidly export them as PNGs, JPEGs or SVGs with ease. Features - Bulk export - Export as PNG, JPEG or SVG - Resize images - Copy SVGs for Sketch, Figma or Framer - Inlines important styles and colours that are applied with css - Embeds linked nodes from other parts of the site This is great for designers and developers wanting to pull SVGs from sites without having to dive into the source code.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SVG Export |
ID | naeaaedieihlkmdajjefioajbbdbdjgp |
URL Chính Thức | https://chromewebstore.google.com/detail/svg-export/naeaaedieihlkmdajjefioajbbdbdjgp |
Mô tả | Download SVGs from websites as SVGs, PNGs or JPEGs |
Kích Thước Tệp | 174 KB |
Số Lần Cài Đặt | 225,097 |
Phiên Bản Hiện Tại | 2.2.17 |
Cập Nhật Lần Cuối | 2021-07-16 |
Ngày Phát Hành | 2020-06-07 |
Đánh Giá | 4.43/5 Tổng số 176 Đánh Giá |
Nhà Phát Triển | https://svgexport.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://svgexport.io/ |
URL Trang Trợ Giúp | https://svgexport.io/report-a-bug |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SVG Export", "short_name": "SVG Export", "description": "Download SVGs from websites as SVGs, PNGs or JPEGs", "version": "2.2.17", "manifest_version": 2, "icons": { "16": "icons\/16x16.png", "19": "icons\/19x19.png", "38": "icons\/38x38.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_title": "SVG Export" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |