SVG downloader
download svg from any website
ما هو SVG downloader؟
SVG downloader هو إضافة Chrome تم تطويرها بواسطة christianhappygo، والميزة الرئيسية لها هي "download svg from any website".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SVG downloader
قم بتنزيل ملفات الامتداد SVG downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
SVG Downloader - Download SVGs from any Website with one click. Support download svg as png and jpg. Tired of struggling to download SVG images on websites? SVG Downloader makes it easy to collect, view and download SVGs with just one click. How It Works: - Click the SVG Downloader extension icon on any webpage to instantly extract all the SVG images into a new tab - Preview the SVGs, copy SVG code, download individual images or bulk download all SVGs - View detailed SVG info and edit SVGs before downloading. Key Features: - One click to grab all SVGs on any website - Preview and select SVGs to download - Bulk download or individual image downloads - Copy SVG code snippets - View and edit SVGs before downloading - Lightweight extension, easy to use. No more wasting time trying to save SVGs one by one. With SVG Downloader, export all the SVGs you need with a single click. The perfect tool for designers, developers and bloggers who work with SVG images. Use SVG Downloader to simplify your workflow today!
معلومات أساسية عن التمديد
الاسم | SVG downloader |
ID | ehoomjebcggkfbkeddldagdjgdpepamh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/svg-downloader/ehoomjebcggkfbkeddldagdjgdpepamh |
الوصف | download svg from any website |
حجم الملف | 66.33 KB |
عدد التثبيتات | 4,000 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2023-11-21 |
تاريخ النشر | 2023-08-08 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | christianhappygo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.svgdownloader.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SVG downloader", "description": "download svg from any website", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-34.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_icon": "img\/logo-48.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ " |