Search Ebay Sold

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

什麼是Search Ebay Sold?

Search Ebay Sold是由christensen143開發的Chrome擴展程式,該擴展的主要功能是“Searches Ebay for sold items based on highlighted text with context menu.”。

擴展截圖

screenshot
screenshot

下載Search Ebay Sold擴展crx文件

下載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
官方網址 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"
    }
}