WebstaurantStore.com Context Menu Search

Select text in your browser, right click and search for it on WebstaurantStore.com!

什么是WebstaurantStore.com Context Menu Search?

WebstaurantStore.com Context Menu Search是由https://www.webstaurantstore.com开发的Chrome扩展程序,该扩展的主要功能是“Select text in your browser, right click and search for it on WebstaurantStore.com!”。

扩展截图

screenshot

下载WebstaurantStore.com Context Menu Search扩展crx文件

下载WebstaurantStore.com Context Menu Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 WebstaurantStore.com Context Menu Search WebstaurantStore.com Context Menu Search
ID mebjkfhiilampianalncicgffkmnbhcd
官方URL https://chromewebstore.google.com/detail/webstaurantstorecom-conte/mebjkfhiilampianalncicgffkmnbhcd
简介 Select text in your browser, right click and search for it on WebstaurantStore.com!
文件大小 14.49 KB
安装次数 402
当前版本 1.0.0.0
更新时间 2017-06-20
上架时间 2017-06-20
评分 5.00/5 共2次评分
开发者 https://www.webstaurantstore.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.webstaurantstore.com/policies.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebstaurantStore.com Context Menu Search",
    "description": "Select text in your browser, right click and search for it on WebstaurantStore.com!",
    "version": "1.0.0.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "wssContextMenu.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}