Wine Searcher

This extension will take highlighted text and look for a wine in wine-searcher.com

What is Wine Searcher?

Wine Searcher is a Chrome extension developed by jguerville, and its main feature is "This extension will take highlighted text and look for a wine in wine-searcher.com".

Extension Screenshots

screenshot

Download Wine Searcher Extension CRX File

Download Wine Searcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Find a wine in wine-search.com based on any highlighted text                    

Extension Basic Information

Name Wine Searcher Wine Searcher
ID mfgklnbgiemgljhknfkkjkfnaelggboj
Official URL https://chromewebstore.google.com/detail/wine-searcher/mfgklnbgiemgljhknfkkjkfnaelggboj
Description This extension will take highlighted text and look for a wine in wine-searcher.com
File Size 7.81 KB
Installation Count 121
Current Version 1.0
Last Updated 2021-03-04
Publish Date 2021-02-28
Developer jguerville
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}