Search Ebay Sold

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

O que é Search Ebay Sold?

Search Ebay Sold é uma extensão do Chrome desenvolvida por christensen143, e sua principal característica é "Searches Ebay for sold items based on highlighted text with context menu.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Search Ebay Sold

Baixe arquivos de extensão Search Ebay Sold no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Search Ebay Sold Search Ebay Sold
ID mhlcjbhhieanjjafbcoeclghpnjhepif
URL Oficial https://chromewebstore.google.com/detail/search-ebay-sold/mhlcjbhhieanjjafbcoeclghpnjhepif
Descrição Searches Ebay for sold items based on highlighted text with context menu.
Tamanho do Arquivo 10.58 KB
Contagem de Instalações 252
Versão Atual 1.0
Última Atualização 2022-08-24
Data de Publicação 2022-08-24
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor christensen143
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}