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 cookiemonster.apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Threadless Infinite Scroll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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\/*" ] } |