Wine Searcher
This extension will take highlighted text and look for a wine in wine-searcher.com
Cos'è Wine Searcher?
Wine Searcher è un'estensione di Chrome sviluppata da jguerville, e la sua funzione principale è "This extension will take highlighted text and look for a wine in wine-searcher.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wine Searcher
Scarica i file di estensione Wine Searcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Find a wine in wine-search.com based on any highlighted text                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | mfgklnbgiemgljhknfkkjkfnaelggboj | 
| URL Ufficiale | https://chromewebstore.google.com/detail/wine-searcher/mfgklnbgiemgljhknfkkjkfnaelggboj | 
| Descrizione | This extension will take highlighted text and look for a wine in wine-searcher.com | 
| Dimensione del File | 7.81 KB | 
| Conteggio Installazioni | 121 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2021-03-04 | 
| Data di Pubblicazione | 2021-02-28 | 
| Sviluppatore | jguerville | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wine Searcher",
    "description": "This extension will take highlighted text and look for a wine in wine-searcher.com",
    "version": "1.0",
    "browser_action": {
        "default_icon": "wine.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}  |  |