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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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\/*" ] } |