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"
    }
}