Threadless Infinite Scroll
Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!
ما هو Threadless Infinite Scroll؟
Threadless Infinite Scroll هو إضافة Chrome تم تطويرها بواسطة cookiemonster.apps، والميزة الرئيسية لها هي "Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Threadless Infinite Scroll
قم بتنزيل ملفات الامتداد Threadless Infinite Scroll بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replace pagination with infinite scroll in threadless.com! ∞ ✏️
معلومات أساسية عن التمديد
الاسم | Threadless Infinite Scroll |
ID | ondleindhpngkdmnpipaionlacdhbcaj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/threadless-infinite-scrol/ondleindhpngkdmnpipaionlacdhbcaj |
الوصف | Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast! |
حجم الملف | 52.74 KB |
عدد التثبيتات | 273 |
النسخة الحالية | 0.2 |
آخر تحديث | 2017-07-09 |
تاريخ النشر | 2017-07-09 |
تقييم | 3.00/5 مجموع تقييمات 6 |
المطور | cookiemonster.apps |
نوع الدفع | free |
موقع الإضافة | https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension |
عنوان صفحة المساعدة | https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Threadless Infinite Scroll", "version": "0.2", "description": "Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!", "author": "Ariel Jannai", "content_scripts": [ { "matches": [ "*:\/\/www.threadless.com\/*" ], "js": [ "external\/jquery-3.1.0.min.js", "js\/content.js" ] } ], "icons": { "16": "img\/threadless-icons\/16x16.png", "24": "img\/threadless-icons\/24x24.png", "32": "img\/threadless-icons\/32x32.png", "48": "img\/threadless-icons\/48x48.png", "64": "img\/threadless-icons\/64x64.png", "128": "img\/threadless-icons\/128x128.png" }, "permissions": [ "https:\/\/www.threadless.com\/*" ] } |