Desc Capture (by Maimiao)

Capture taobao item desc

What is Desc Capture (by Maimiao)?

Desc Capture (by Maimiao) is a Chrome extension developed by https://maimiaotech.com, and its main feature is "Capture taobao item desc".

Extension Screenshots

screenshot

Download Desc Capture (by Maimiao) Extension CRX File

Download Desc Capture (by Maimiao) 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

                        麦苗科技用于用户快速截图的插件.                    

Extension Basic Information

Name Desc Capture (by Maimiao) Desc Capture (by Maimiao)
ID mkjbhcpfngmaplohbpfnmhnnlgjijmjl
Official URL https://chromewebstore.google.com/detail/desc-capture-by-maimiao/mkjbhcpfngmaplohbpfnmhnnlgjijmjl
Description Capture taobao item desc
File Size 29.01 KB
Installation Count 13
Current Version 1.0.4
Last Updated 2014-04-22
Publish Date 2014-04-22
Rating 1.00/5 Total 1 Ratings
Developer https://maimiaotech.com
Payment Type free
Extension Website http://www.maimiaotech.com
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.4",
    "description": "__MSG_description__",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "page.js"
            ],
            "matches": [
                "http:\/\/*.maimiaotech.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "19": "images\/icon_19.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        ""
    ],
    "manifest_version": 2
}