Popularity Sort for eBay™

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

Popularity Sort for eBay™ là gì?

Popularity Sort for eBay™ là một tiện ích mở rộng Chrome được phát triển bởi Elad Nava, và tính năng chính của nó là "A chrome extension that sorts the eBay™ search results by popularity (number of times sold).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Popularity Sort for eBay™

Tải xuống các tệp mở rộng Popularity Sort for eBay™ 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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Popularity Sort for eBay™ Popularity Sort for eBay™
ID gikmaepdichkplhdildclnphgpiaiibf
URL Chính Thức https://chromewebstore.google.com/detail/popularity-sort-for-ebay/gikmaepdichkplhdildclnphgpiaiibf
Mô tả A chrome extension that sorts the eBay™ search results by popularity (number of times sold).
Kích Thước Tệp 226 KB
Số Lần Cài Đặt 43,006
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2023-06-26
Ngày Phát Hành 2019-10-06
Đánh Giá 3.71/5 Tổng số 69 Đánh Giá
Nhà Phát Triển Elad Nava
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/eladnava/ebay-popularity-sort
URL Trang Trợ Giúp https://github.com/eladnava/ebay-popularity-sort/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}