Show a preview for SVG files.
This extension allows the preview of SVG files on Trello
ما هو Show a preview for SVG files.؟
Show a preview for SVG files. هو إضافة Chrome تم تطويرها بواسطة marcorivm، والميزة الرئيسية لها هي "This extension allows the preview of SVG files on Trello".
تحميل ملف CRX للإضافة Show a preview for SVG files.
قم بتنزيل ملفات الامتداد Show a preview for SVG files. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension shows a preview for SVG files on Trello. The preview is shown as if the svg file where a normal image.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | gppigcihmfenphmfeklomdpfopfjgdhd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/show-a-preview-for-svg-fi/gppigcihmfenphmfeklomdpfopfjgdhd |
الوصف | This extension allows the preview of SVG files on Trello |
حجم الملف | 32.31 KB |
عدد التثبيتات | 79 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-11-29 |
تاريخ النشر | 2014-11-29 |
تقييم | 4.00/5 مجموع تقييمات 3 |
المطور | marcorivm |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show a preview for SVG files.", "description": "This extension allows the preview of SVG files on Trello", "version": "1.0", "page_action": { "default_title": "Trello SVG Preview" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "jquery.min.js", "svg.js" ] } ], "permissions": [ "https:\/\/trello.com\/" ] } |