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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elad Nava และคุณลักษณะหลักของมันคือ "A chrome extension that sorts the eBay™ search results by popularity (number of times sold)."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Popularity Sort for eBay™

ดาวน์โหลดไฟล์ส่วนขยาย Popularity Sort for eBay™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}