Popularity Sort for eBay™

A chrome extension that sorts the eBay™ search results by popularity (number of times sold).

Popularity Sort for eBay™란 무엇입니까?

Popularity Sort for eBay™은(는) Elad Nava에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension that sorts the eBay™ search results by popularity (number of times sold)."입니다.

확장 프로그램 스크린샷

screenshot

Popularity Sort for eBay™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Auto activates when you search all eBay websites globally. A built-in toggle makes it possible enabling/disabling the extension.                    

확장 프로그램 기본 정보

이름 Popularity Sort for eBay™ Popularity Sort for eBay™
ID gikmaepdichkplhdildclnphgpiaiibf
공식 URL https://chromewebstore.google.com/detail/popularity-sort-for-ebay/gikmaepdichkplhdildclnphgpiaiibf
설명 A chrome extension that sorts the eBay™ search results by popularity (number of times sold).
파일 크기 226 KB
설치 횟수 43,006
현재 버전 1.0.8
최근 업데이트 2023-06-26
출시 날짜 2019-10-06
평점 3.71/5 총 69 개의 평점
개발자 Elad Nava
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/eladnava/ebay-popularity-sort
도움말 페이지 URL https://github.com/eladnava/ebay-popularity-sort/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popularity Sort for eBay\u2122",
    "description": "A chrome extension that sorts the eBay\u2122 search results by popularity (number of times sold).",
    "manifest_version": 2,
    "version": "1.0.8",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon48.png",
        "default_popup": "assets\/views\/browser-action.html",
        "default_title": "eBay\u2122 Popularity Sort"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}