Threadless Infinite Scroll
Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!
Hvad er Threadless Infinite Scroll?
Threadless Infinite Scroll er en Chrome-udvidelse udviklet af cookiemonster.apps, og dens hovedfunktion er "Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!".
Udvidelsesskærmbilleder
Download Threadless Infinite Scroll-udvidelses-CRX-fil
Download Threadless Infinite Scroll-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Replace pagination with infinite scroll in threadless.com! ∞ ✏️
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ondleindhpngkdmnpipaionlacdhbcaj |
Officiel URL | https://chromewebstore.google.com/detail/threadless-infinite-scrol/ondleindhpngkdmnpipaionlacdhbcaj |
Beskrivelse | Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast! |
Filstørrelse | 52.74 KB |
Antal Installationer | 273 |
Nuværende Version | 0.2 |
Senest Opdateret | 2017-07-09 |
Udgivelsesdato | 2017-07-09 |
Bedømmelse | 3.00/5 Samlet 6 Bedømmelser |
Udvikler | cookiemonster.apps |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension |
Hjælpeside-URL | https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension/issues |
Understøttede Sprog | 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\/*" ] } |