Iconfont Drag

允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面

Hvad er Iconfont Drag?

Iconfont Drag er en Chrome-udvidelse udviklet af itaofe, og dens hovedfunktion er "允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面".

Download Iconfont Drag-udvidelses-CRX-fil

Download Iconfont Drag-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        yes it is                    

Grundlæggende oplysninger om udvidelsen

Navn Iconfont Drag Iconfont Drag
ID ciidfiiknjgfbbeanndmhdpokmhpdfck
Officiel URL https://chrome.google.com/webstore/detail/iconfont-drag/ciidfiiknjgfbbeanndmhdpokmhpdfck
Beskrivelse 允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面
Filstørrelse 6.42 KB
Antal Installationer 101
Nuværende Version 1.0.4
Senest Opdateret 2017-02-15
Udgivelsesdato 2017-02-15
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler itaofe
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Margox",
    "name": "Iconfont Drag",
    "description": "\u5141\u8bb8\u76f4\u63a5\u5c06iconfont.cn\u4e0a\u9762\u7684SVG\u56fe\u6807\u62d6\u51fa\u5230Skecth\u7b49\u5de5\u5177\u91cc\u9762",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.iconfont.cn\/*",
                "http:\/\/iconfont.cn\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "scripts.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}