Search eBay
Highlight any term on a page, right click and Search your favorite eBay site. No spying, no ads, nothing.
Search eBayคืออะไร?
Search eBay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DAB Worx และคุณลักษณะหลักของมันคือ "Highlight any term on a page, right click and Search your favorite eBay site. No spying, no ads, nothing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search eBay
ดาวน์โหลดไฟล์ส่วนขยาย Search eBay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This amazing extension adds a context menu item to search regional eBay sites for the highlighted term. There is also freeform search when you click the icon. Last 5 searches are saved. Absolutely no tracking or spying and no affiliate links despite what the useless reviews say! Update March 3, 2024 v4.0.3 - Added some new sorting - Some sort options only visible when completed or sold is selected - Some code refactor - New search location for UK; Continental Europe 2 Update Feb 2, 2024 v4.0.2 - Update to Manifest v3 for Google compliance - Save searches for context searches - Refactor some code
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Search eBay |
ID | jjfbpebfcimafgidhfablaaiedcophkl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/search-ebay/jjfbpebfcimafgidhfablaaiedcophkl |
คำอธิบาย | Highlight any term on a page, right click and Search your favorite eBay site. No spying, no ads, nothing. |
ขนาดไฟล์ | 26.62 KB |
จำนวนการติดตั้ง | 4,153 |
เวอร์ชันปัจจุบัน | 4.0.3 |
อัปเดตครั้งล่าสุด | 2024-03-04 |
วันที่เผยแพร่ | 2019-06-20 |
คะแนน | 3.44/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | DAB Worx |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Search eBay", "short_name": "Search eBay", "background": { "service_worker": "background.js", "type": "module" }, "description": "Highlight any term on a page, right click and Search your favorite eBay site. No spying, no ads, nothing.", "action": { "default_icon": { "16": "images\/ebay-e-only-16.png", "24": "images\/ebay-e-only-24.png", "32": "images\/ebay-e-only-32.png" }, "default_popup": "popup.html", "default_title": "Search eBay" }, "options_page": "options.html", "icons": { "16": "images\/ebay-e-only-16.png", "48": "images\/ebay-e-only-48.png", "128": "images\/ebay-e-only-128.png" }, "permissions": [ "tabs", "contextMenus", "storage" ], "version": "4.0.3" } |