Image Link Grabber
Grab all image links from webpage.
ما هو Image Link Grabber؟
Image Link Grabber هو إضافة Chrome تم تطويرها بواسطة https://standaloneinstaller.com، والميزة الرئيسية لها هي "Grab all image links from webpage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Link Grabber
قم بتنزيل ملفات الامتداد Image Link Grabber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extract image links from webpage with a single click. Just open the page and click on app icon, voila you got the links. معلومات أساسية عن التمديد
| الاسم | |
| ID | fpajdpibnnhcohnpmnbefdgkbddmpjif |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/image-link-grabber/fpajdpibnnhcohnpmnbefdgkbddmpjif |
| الوصف | Grab all image links from webpage. |
| حجم الملف | 601 KB |
| عدد التثبيتات | 11,554 |
| النسخة الحالية | 0.0.0.1 |
| آخر تحديث | 2016-05-30 |
| تاريخ النشر | 2016-05-29 |
| تقييم | 4.43/5 مجموع تقييمات 14 |
| المطور | https://standaloneinstaller.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://standaloneinstaller.com/download-image-link-grabber |
| عنوان صفحة سياسة الخصوصية | https://standaloneinstaller.com/privacypolicy.php |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Image Link Grabber",
"default_locale": "en",
"description": "Grab all image links from webpage.",
"version": "0.0.0.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |