Search Ebay Sold
Searches Ebay for sold items based on highlighted text with context menu.
What is Search Ebay Sold?
Search Ebay Sold is a Chrome extension developed by christensen143, and its main feature is "Searches Ebay for sold items based on highlighted text with context menu.".
Extension Screenshots
Download Search Ebay Sold Extension CRX File
Download Search Ebay Sold extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Search Ebay Sold |
ID | mhlcjbhhieanjjafbcoeclghpnjhepif |
Official URL | https://chromewebstore.google.com/detail/search-ebay-sold/mhlcjbhhieanjjafbcoeclghpnjhepif |
Description | Searches Ebay for sold items based on highlighted text with context menu. |
File Size | 10.58 KB |
Installation Count | 252 |
Current Version | 1.0 |
Last Updated | 2022-08-24 |
Publish Date | 2022-08-24 |
Rating | 5.00/5 Total 4 Ratings |
Developer | christensen143 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |