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”。
扩展截图
下载Wine Searcher扩展crx文件
下载Wine Searcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Find a wine in wine-search.com based on any highlighted text                     扩展基本信息
| 名称 |   |  
| 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 | 
| 电子邮箱 | [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"
    ]
}  |  |