Search Ebay Sold
Searches Ebay for sold items based on highlighted text with context menu.
Hvad er Search Ebay Sold?
Search Ebay Sold er en Chrome-udvidelse udviklet af christensen143, og dens hovedfunktion er "Searches Ebay for sold items based on highlighted text with context menu.".
Udvidelsesskærmbilleder
Download Search Ebay Sold-udvidelses-CRX-fil
Download Search Ebay Sold-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mhlcjbhhieanjjafbcoeclghpnjhepif |
| Officiel URL | https://chromewebstore.google.com/detail/search-ebay-sold/mhlcjbhhieanjjafbcoeclghpnjhepif |
| Beskrivelse | Searches Ebay for sold items based on highlighted text with context menu. |
| Filstørrelse | 10.58 KB |
| Antal Installationer | 252 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2022-08-24 |
| Udgivelsesdato | 2022-08-24 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | christensen143 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |