Desc Capture (by Maimiao)

Capture taobao item desc

Wat is Desc Capture (by Maimiao)?

Desc Capture (by Maimiao) is een Chrome-extensie ontwikkeld door https://maimiaotech.com, en de belangrijkste functie is "Capture taobao item desc".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Desc Capture (by Maimiao)

Download Desc Capture (by Maimiao)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Desc Capture (by Maimiao) Desc Capture (by Maimiao)
ID mkjbhcpfngmaplohbpfnmhnnlgjijmjl
Officiële URL https://chromewebstore.google.com/detail/desc-capture-by-maimiao/mkjbhcpfngmaplohbpfnmhnnlgjijmjl
Beschrijving Capture taobao item desc
Bestandsgrootte 29.01 KB
Aantal Installaties 13
Huidige Versie 1.0.4
Laatst Bijgewerkt 2014-04-22
Publicatiedatum 2014-04-22
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://maimiaotech.com
Betalingswijze free
Extensiewebsite http://www.maimiaotech.com
Ondersteunde Talen 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
}