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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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'" } |