Wine Searcher
This extension will take highlighted text and look for a wine in wine-searcher.com
Vad är Wine Searcher?
Wine Searcher är en Chrome-tillägg utvecklad av jguerville, och dess huvudfunktion är "This extension will take highlighted text and look for a wine in wine-searcher.com".
Tilläggsskärmbilder
Ladda ner Wine Searcher-förlängningens CRX-fil
Ladda ner Wine Searcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Find a wine in wine-search.com based on any highlighted text                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | mfgklnbgiemgljhknfkkjkfnaelggboj | 
| Officiell webbadress | https://chromewebstore.google.com/detail/wine-searcher/mfgklnbgiemgljhknfkkjkfnaelggboj | 
| Beskrivning | This extension will take highlighted text and look for a wine in wine-searcher.com | 
| Filstorlek | 7.81 KB | 
| Antal Installationer | 121 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2021-03-04 | 
| Publiceringsdatum | 2021-02-28 | 
| Utvecklare | jguerville | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    ]
}  |  |