SVG Fetcher
Fetch all the SVG from the web
ما هو SVG Fetcher؟
SVG Fetcher هو إضافة Chrome تم تطويرها بواسطة https://giroux-kevin.fr، والميزة الرئيسية لها هي "Fetch all the SVG from the web".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SVG Fetcher
قم بتنزيل ملفات الامتداد SVG Fetcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Just click on the add-on icon to get all the download links for the rendered page. Refresh the page when you're done. معلومات أساسية عن التمديد
| الاسم | |
| ID | kckjhgncjgdbiaadckjcnhbonfihmcic |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic |
| الوصف | Fetch all the SVG from the web |
| حجم الملف | 13.13 KB |
| عدد التثبيتات | 569 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2018-06-11 |
| تاريخ النشر | 2018-06-11 |
| تقييم | 1.33/5 مجموع تقييمات 3 |
| المطور | https://giroux-kevin.fr |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SVG Fetcher",
"description": "Fetch all the SVG from the web",
"version": "1.1",
"browser_action": {
"default_icon": "icon128.png",
"default_title": "Show links"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"*:\/\/*\/*"
],
"icons": {
"32": "icon32.png",
"128": "icon128.png"
}
} | |