淘宝搜索

为Chrome右键菜单增加淘宝搜索选项,当选中当前网页中的字符后,右键菜单即会出现使用淘宝搜索的选项。

What is 淘宝搜索?

淘宝搜索 is a Chrome extension developed by GG Bond, and its main feature is "为Chrome右键菜单增加淘宝搜索选项,当选中当前网页中的字符后,右键菜单即会出现使用淘宝搜索的选项。".

Extension Screenshots

screenshot

Download 淘宝搜索 Extension CRX File

Download 淘宝搜索 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

                        为Chrome右键菜单增加淘宝搜索选项,当选中当前网页中的字符后,右键菜单即会出现使用淘宝搜索的选项。                    

Extension Basic Information

Name 淘宝搜索 淘宝搜索
ID fjlmboffilekmiihpajhollhpdfamfci
Official URL https://chromewebstore.google.com/detail/%E6%B7%98%E5%AE%9D%E6%90%9C%E7%B4%A2/fjlmboffilekmiihpajhollhpdfamfci
Description 为Chrome右键菜单增加淘宝搜索选项,当选中当前网页中的字符后,右键菜单即会出现使用淘宝搜索的选项。
File Size 8.93 KB
Installation Count 76
Current Version 1.0.0
Last Updated 2019-11-07
Publish Date 2019-11-06
Developer GG Bond
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.baidu.com/duty
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "taobao.png",
        "16": "taobao.png",
        "48": "taobao.png"
    },
    "name": "\u6dd8\u5b9d\u641c\u7d22",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}