Explorer Svg
View svg file in your computer
ما هو Explorer Svg؟
Explorer Svg هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "View svg file in your computer".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Explorer Svg
قم بتنزيل ملفات الامتداد Explorer Svg بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Explorer svg lets you see not just svg files as thumbnails but also other unsupported image formats in your browser. Simply Access your local folder as url in browser. Explorer Path: G:\SaveMyPeople\PaintColors\patterns in Browser: file:///G:/SaveMyPeople/PaintColors/patterns/
معلومات أساسية عن التمديد
الاسم | Explorer Svg |
ID | ggkcbiemgdlcempheklmiljdelngeani |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/explorer-svg/ggkcbiemgdlcempheklmiljdelngeani |
الوصف | View svg file in your computer |
حجم الملف | 22.61 KB |
عدد التثبيتات | 1,002 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2019-04-10 |
تاريخ النشر | 2019-04-10 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Explorer Svg", "version": "0.0.1", "manifest_version": 2, "description": "View svg file in your computer", "homepage_url": "http:\/\/google.com", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "https:\/\/*\/* " ], "content_scripts": [ { "matches": [ "file:\/\/\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "file:\/\/\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |