Wine Searcher

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

Wine Searcherとは何ですか?

Wine Searcherはjguervilleによって開発されたChromeの拡張機能で、その主な機能は「This extension will take highlighted text and look for a wine in wine-searcher.com」です。

拡張機能のスクリーンショット

screenshot

Wine Searcher拡張機能のCRXファイルをダウンロード

Wine Searcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Wine Searcher Wine Searcher
ID mfgklnbgiemgljhknfkkjkfnaelggboj
公式URL https://chromewebstore.google.com/detail/wine-searcher/mfgklnbgiemgljhknfkkjkfnaelggboj
説明 This extension will take highlighted text and look for a wine in wine-searcher.com
ファイルサイズ 7.81 KB
インストール数 121
現在のバージョン 1.0
最終更新日 2021-03-04
公開日 2021-02-28
開発者 jguerville
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}