Iconfont Drag

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

What is Iconfont Drag?

Iconfont Drag is a Chrome extension developed by itaofe, and its main feature is "允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面".

Download Iconfont Drag Extension CRX File

Download Iconfont Drag 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

                        yes it is                    

Extension Basic Information

Name Iconfont Drag Iconfont Drag
ID ciidfiiknjgfbbeanndmhdpokmhpdfck
Official URL https://chrome.google.com/webstore/detail/iconfont-drag/ciidfiiknjgfbbeanndmhdpokmhpdfck
Description 允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面
File Size 6.42 KB
Installation Count 101
Current Version 1.0.4
Last Updated 2017-02-15
Publish Date 2017-02-15
Rating 5.00/5 Total 3 Ratings
Developer itaofe
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}