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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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