SVG Export
Download SVGs from websites as SVGs, PNGs or JPEGs
SVG Exportคืออะไร?
SVG Export เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://svgexport.io และคุณลักษณะหลักของมันคือ "Download SVGs from websites as SVGs, PNGs or JPEGs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SVG Export
ดาวน์โหลดไฟล์ส่วนขยาย SVG Export ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SVG Export |
ID | naeaaedieihlkmdajjefioajbbdbdjgp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/svg-export/naeaaedieihlkmdajjefioajbbdbdjgp |
คำอธิบาย | Download SVGs from websites as SVGs, PNGs or JPEGs |
ขนาดไฟล์ | 174 KB |
จำนวนการติดตั้ง | 225,097 |
เวอร์ชันปัจจุบัน | 2.2.17 |
อัปเดตครั้งล่าสุด | 2021-07-16 |
วันที่เผยแพร่ | 2020-06-07 |
คะแนน | 4.43/5 รวมทั้งหมด 176 คะแนน |
ผู้พัฒนา | https://svgexport.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://svgexport.io/ |
URL หน้าช่วยเหลือ | https://svgexport.io/report-a-bug |
ภาษาที่รองรับ | 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'" } |