Dribbble GIF thumbnails
This extension replaces gif thumbnails with the original gifs
ما هو Dribbble GIF thumbnails؟
Dribbble GIF thumbnails هو إضافة Chrome تم تطويرها بواسطة Sid، والميزة الرئيسية لها هي "This extension replaces gif thumbnails with the original gifs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dribbble GIF thumbnails
قم بتنزيل ملفات الامتداد Dribbble GIF thumbnails بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | emnlloipbhmdnmcbaepdphjbojgiepdd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dribbble-gif-thumbnails/emnlloipbhmdnmcbaepdphjbojgiepdd |
الوصف | This extension replaces gif thumbnails with the original gifs |
حجم الملف | 33.51 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-01-10 |
تاريخ النشر | 2015-01-10 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Sid |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dribbble GIF thumbnails", "description": "This extension replaces gif thumbnails with the original gifs", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/dribbble.com\/*" ], "js": [ "jquery.min.js", "background.js" ], "run_at": "document_idle", "all_frames": true } ], "icons": { "48": "icon.png" } } |