Search Ebay Sold

Searches Ebay for sold items based on highlighted text with context menu.

Search Ebay Soldคืออะไร?

Search Ebay Sold เป็นส่วนขยายของ Chrome ที่พัฒนาโดย christensen143 และคุณลักษณะหลักของมันคือ "Searches Ebay for sold items based on highlighted text with context menu."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Ebay Sold

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

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

                        This extension adds an item to the context menu that searches eBay for items marked as sold that match the text that the user highlights on a webpage. The user highlights the text on a webpage; then, they right-click to bring up the context menu and choose "Search eBay for sold items" in the context menu. A new browser tab opens to the eBay search page, displaying their results.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Search Ebay Sold Search Ebay Sold
ID mhlcjbhhieanjjafbcoeclghpnjhepif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-ebay-sold/mhlcjbhhieanjjafbcoeclghpnjhepif
คำอธิบาย Searches Ebay for sold items based on highlighted text with context menu.
ขนาดไฟล์ 10.58 KB
จำนวนการติดตั้ง 252
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-08-24
วันที่เผยแพร่ 2022-08-24
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา christensen143
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Ebay Sold",
    "description": "Searches Ebay for sold items based on highlighted text with context menu.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}