Search Ebay Sold

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

Qu'est-ce que Search Ebay Sold ?

Search Ebay Sold est une extension Chrome développée par christensen143, et sa fonction principale est "Searches Ebay for sold items based on highlighted text with context menu.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Search Ebay Sold

Téléchargez les fichiers d'extension Search Ebay Sold au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Search Ebay Sold Search Ebay Sold
ID mhlcjbhhieanjjafbcoeclghpnjhepif
URL Officiel https://chromewebstore.google.com/detail/search-ebay-sold/mhlcjbhhieanjjafbcoeclghpnjhepif
Description Searches Ebay for sold items based on highlighted text with context menu.
Taille du Fichier 10.58 KB
Nombre d'Installations 252
Version Actuelle 1.0
Dernière Mise à Jour 2022-08-24
Date de Publication 2022-08-24
Évaluation 5.00/5 Total 4 Évaluations
Développeur christensen143
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}