svg-preview
A simple svg preview & editor
ما هو svg-preview؟
svg-preview هو إضافة Chrome تم تطويرها بواسطة mp-front-core، والميزة الرئيسية لها هي "A simple svg preview & editor".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة svg-preview
قم بتنزيل ملفات الامتداد svg-preview بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tool simple para hacer preview de svg, hacer pequeñas ediciones con el editor de texto y optimizar con svgo
معلومات أساسية عن التمديد
الاسم | svg-preview |
ID | obaafgnooialgalkphfchfccpnhnecdm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/svg-preview/obaafgnooialgalkphfchfccpnhnecdm |
الوصف | A simple svg preview & editor |
حجم الملف | 614 KB |
عدد التثبيتات | 58 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-10-11 |
تاريخ النشر | 2021-10-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | mp-front-core |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "svg-preview", "description": "A simple svg preview & editor", "version": "1.0.0", "manifest_version": 2, "icons": { "16": ".\/icon-16.png", "32": ".\/icon-32.png", "48": ".\/icon-48.png", "128": ".\/icon-128.png" }, "browser_action": { "default_icon": { "16": ".\/icon-16.png", "32": ".\/icon-32.png", "48": ".\/icon-48.png", "128": ".\/icon-128.png" }, "default_title": "svg preview & editor byWhish" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |