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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Threadless Infinite Scroll 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Replace pagination with infinite scroll in threadless.com! ∞ ✏️                    

확장 프로그램 기본 정보

이름 Threadless Infinite Scroll 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\/*"
    ]
}