Threadless Infinite Scroll
Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!
Threadless Infinite Scroll là gì?
Threadless Infinite Scroll là một tiện ích mở rộng Chrome được phát triển bởi cookiemonster.apps, và tính năng chính của nó là "Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Threadless Infinite Scroll
Tải xuống các tệp mở rộng Threadless Infinite Scroll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Replace pagination with infinite scroll in threadless.com! ∞ ✏️
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Threadless Infinite Scroll |
ID | ondleindhpngkdmnpipaionlacdhbcaj |
URL Chính Thức | https://chromewebstore.google.com/detail/threadless-infinite-scrol/ondleindhpngkdmnpipaionlacdhbcaj |
Mô tả | Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast! |
Kích Thước Tệp | 52.74 KB |
Số Lần Cài Đặt | 273 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2017-07-09 |
Ngày Phát Hành | 2017-07-09 |
Đánh Giá | 3.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | cookiemonster.apps |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension |
URL Trang Trợ Giúp | https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |