WISH标签提取小工具

一键提取Wish商品Tag

What is WISH标签提取小工具?

WISH标签提取小工具 is a Chrome extension developed by elviswuisme, and its main feature is "一键提取Wish商品Tag".

Extension Screenshots

screenshot

Download WISH标签提取小工具 Extension CRX File

Download WISH标签提取小工具 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

                        可一键提取wish商品的标签Tag和上架时间,安装后,在wish产品页面下点击图标即可一键提取                    

Extension Basic Information

Name WISH标签提取小工具 WISH标签提取小工具
ID lhoeiffehedpjjfcfpfiaalmphhipdof
Official URL https://chrome.google.com/webstore/detail/wish%E6%A0%87%E7%AD%BE%E6%8F%90%E5%8F%96%E5%B0%8F%E5%B7%A5%E5%85%B7/lhoeiffehedpjjfcfpfiaalmphhipdof
Description 一键提取Wish商品Tag
File Size 115 KB
Installation Count 754
Current Version 1.0
Last Updated 2016-03-23
Publish Date 2016-03-22
Rating 3.23/5 Total 13 Ratings
Developer elviswuisme
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_title": "\u70b9\u51fb\u63d0\u53d6\u4fe1\u606f"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/min.js",
                "js\/insertJs.js"
            ],
            "matches": [
                "*:\/\/www.wish.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/api.okay.do; object-src 'self'; style-src 'unsafe-inline' ",
    "description": "\u4e00\u952e\u63d0\u53d6Wish\u5546\u54c1Tag",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "WISH\u6807\u7b7e\u63d0\u53d6\u5c0f\u5de5\u5177",
    "permissions": [
        "tabs",
        "background",
        "management",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "version": "1.0",
    "web_accessible_resources": [
        "images\/*"
    ]
}