Dribbble Attachments at List
Show all attachments at list page.
ما هو Dribbble Attachments at List؟
Dribbble Attachments at List هو إضافة Chrome تم تطويرها بواسطة https://www.lucasfranco.com.br، والميزة الرئيسية لها هي "Show all attachments at list page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dribbble Attachments at List
قم بتنزيل ملفات الامتداد Dribbble Attachments at List بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Show all attachments of a Dribbble Shot in list page. You don't have to open the Dribbble Shot page to show them anymore. Simply pass mouse over the image and a attachments list will appear (check the thumbs). Release notes: 2.3: Update to the new Dribbble layout. 2.2.1: Bug fix: The extension didn't work with https. 2.2: Bug fix: The attachment's size was over description. 2.1: Now you can click on 'Back to the shot' button and go to the shot page.
معلومات أساسية عن التمديد
الاسم | Dribbble Attachments at List |
ID | fapldkcpfnkhpgpmphfnohiegedpedlb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dribbble-attachments-at-l/fapldkcpfnkhpgpmphfnohiegedpedlb |
الوصف | Show all attachments at list page. |
حجم الملف | 47.61 KB |
عدد التثبيتات | 101 |
النسخة الحالية | 2.3 |
آخر تحديث | 2014-08-28 |
تاريخ النشر | 2014-08-28 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://www.lucasfranco.com.br |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dribbble Attachments at List", "version": "2.3", "manifest_version": 2, "description": "Show all attachments at list page.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/dribbble.com\/*", "https:\/\/dribbble.com\/*" ], "js": [ "jquery.js", "dribbbleattachments.min.js" ], "css": [ "dribbbleattachments.min.css" ] } ], "web_accessible_resources": [ "icon-attach-pink-16-2x.png" ] } |