淘宝搜索

使用此扩展程序可在淘宝上搜索任意右键选中的文字。

What is 淘宝搜索?

淘宝搜索 is a Chrome extension developed by 天雨栗, and its main feature is "使用此扩展程序可在淘宝上搜索任意右键选中的文字。".

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

                        我上传的第二个小巧的扩展程序

在右键菜单中增加一项 使用淘宝搜索

这样便可直接右键在淘宝上搜索您选中的文字。

恩,主要是小巧,zip文件只有10k

不用犹豫了

这就是你想要的

^_^                    

Extension Basic Information

Name 淘宝搜索 淘宝搜索
ID fgaokcncboeddajgjonoclaalbhdfkde
Official URL https://chromewebstore.google.com/detail/%E6%B7%98%E5%AE%9D%E6%90%9C%E7%B4%A2/fgaokcncboeddajgjonoclaalbhdfkde
Description 使用此扩展程序可在淘宝上搜索任意右键选中的文字。
File Size 13.19 KB
Installation Count 252
Current Version 1.0
Last Updated 2017-03-28
Publish Date 2017-03-28
Rating 5.00/5 Total 1 Ratings
Developer 天雨栗
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6dd8\u5b9d\u641c\u7d22",
    "description": "\u4f7f\u7528\u6b64\u6269\u5c55\u7a0b\u5e8f\u53ef\u5728\u6dd8\u5b9d\u4e0a\u641c\u7d22\u4efb\u610f\u53f3\u952e\u9009\u4e2d\u7684\u6587\u5b57\u3002",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "taobao.js"
        ]
    },
    "manifest_version": 2
}