Search Ebay Sold

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

Co to jest Search Ebay Sold?

Search Ebay Sold to rozszerzenie Chrome opracowane przez christensen143, a jego główną funkcją jest „Searches Ebay for sold items based on highlighted text with context menu.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Search Ebay Sold

Pobierz pliki rozszerzeń Search Ebay Sold w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Search Ebay Sold Search Ebay Sold
ID mhlcjbhhieanjjafbcoeclghpnjhepif
Oficjalny URL https://chromewebstore.google.com/detail/search-ebay-sold/mhlcjbhhieanjjafbcoeclghpnjhepif
Opis Searches Ebay for sold items based on highlighted text with context menu.
Rozmiar pliku 10.58 KB
Liczba instalacji 252
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-08-24
Data Publikacji 2022-08-24
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper christensen143
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}