Tesco Direct Image Downloader
Download images from Scene7
ما هو Tesco Direct Image Downloader؟
Tesco Direct Image Downloader هو إضافة Chrome تم تطويرها بواسطة reece.casey، والميزة الرئيسية لها هي "Download images from Scene7".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tesco Direct Image Downloader
قم بتنزيل ملفات الامتداد Tesco Direct Image Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Tesco Direct Image Downloader |
ID | dinjiekkgccclnlgdcnhbblcjchpnjpg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tesco-direct-image-downlo/dinjiekkgccclnlgdcnhbblcjchpnjpg |
الوصف | Download images from Scene7 |
حجم الملف | 70.1 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-06-14 |
تاريخ النشر | 2016-06-14 |
المطور | reece.casey |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tesco Direct Image Downloader", "description": "Download images from Scene7", "version": "1.1", "manifest_version": 2, "icons": { "48": "icon.png" }, "background": { "scripts": [ "script\/background.js" ] }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/www.tesco.com\/direct*", "http:\/\/www.tesco.com\/direct\/*" ], "js": [ "script\/jquery.min.js", "script\/inject.js" ], "css": [ "style\/pure.css", "style\/bootstrap.css" ] } ], "browser_action": { "default_icon": "s7fav.ico", "default_title": "Download Images" } } |