Grabber, easy way to download the images
Grab the images or soon other assets from within the active page
ما هو Grabber, easy way to download the images؟
Grabber, easy way to download the images هو إضافة Chrome تم تطويرها بواسطة https://grabcode.fr، والميزة الرئيسية لها هي "Grab the images or soon other assets from within the active page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Grabber, easy way to download the images
قم بتنزيل ملفات الامتداد Grabber, easy way to download the images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Grabber is the Chrome Extension providing an easy way to download the images that the page you are visiting contain. It is relevant whenever you wish to fetch a bunch of assets and the website would not give you a simplistic "Download All" button. Note: at this stage, it is an alpha version. It requires the user to specify the CSS selector used to lookup for the assets.
معلومات أساسية عن التمديد
الاسم | Grabber, easy way to download the images |
ID | obcfnhbmjnpnahpedfinnkdfjfcfgafa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa |
الوصف | Grab the images or soon other assets from within the active page |
حجم الملف | 16.28 KB |
عدد التثبيتات | 398 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2017-03-02 |
تاريخ النشر | 2017-03-01 |
تقييم | 2.50/5 مجموع تقييمات 2 |
المطور | https://grabcode.fr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grabber, easy way to download the images", "short_name": "Grabber", "description": "Grab the images or soon other assets from within the active page", "version": "1.0.4", "browser_action": { "default_icon": "icon.png", "default_title": "Grabber", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab", "downloads" ] } |