Search Ebay Sold

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

Apa itu Search Ebay Sold?

Search Ebay Sold adalah ekstensi Chrome yang dikembangkan oleh christensen143, dan fitur utamanya adalah "Searches Ebay for sold items based on highlighted text with context menu.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Search Ebay Sold

Unduh file ekstensi Search Ebay Sold dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Search Ebay Sold Search Ebay Sold
ID mhlcjbhhieanjjafbcoeclghpnjhepif
URL Resmi https://chromewebstore.google.com/detail/search-ebay-sold/mhlcjbhhieanjjafbcoeclghpnjhepif
Deskripsi Searches Ebay for sold items based on highlighted text with context menu.
Ukuran File 10.58 KB
Jumlah Instalasi 252
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-08-24
Tanggal Publikasi 2022-08-24
Penilaian 5.00/5 Total 4 Penilaian
Pengembang christensen143
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}