Desc Capture (by Maimiao)

Capture taobao item desc

Desc Capture (by Maimiao)とは何ですか?

Desc Capture (by Maimiao)はhttps://maimiaotech.comによって開発されたChromeの拡張機能で、その主な機能は「Capture taobao item desc」です。

拡張機能のスクリーンショット

screenshot

Desc Capture (by Maimiao)拡張機能のCRXファイルをダウンロード

Desc Capture (by Maimiao)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Desc Capture (by Maimiao) Desc Capture (by Maimiao)
ID mkjbhcpfngmaplohbpfnmhnnlgjijmjl
公式URL https://chromewebstore.google.com/detail/desc-capture-by-maimiao/mkjbhcpfngmaplohbpfnmhnnlgjijmjl
説明 Capture taobao item desc
ファイルサイズ 29.01 KB
インストール数 13
現在のバージョン 1.0.4
最終更新日 2014-04-22
公開日 2014-04-22
評価 1.00/5 合計 1 レビュー
開発者 https://maimiaotech.com
支払い方法 free
拡張機能のウェブサイト http://www.maimiaotech.com
対応言語 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
}