Iconfont Drag

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

Wat is Iconfont Drag?

Iconfont Drag is een Chrome-extensie ontwikkeld door itaofe, en de belangrijkste functie is "允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面".

Download het CRX-bestand van de extensie Iconfont Drag

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

                        yes it is                    

Basisinformatie over de Extensie

Naam Iconfont Drag Iconfont Drag
ID ciidfiiknjgfbbeanndmhdpokmhpdfck
Officiële URL https://chrome.google.com/webstore/detail/iconfont-drag/ciidfiiknjgfbbeanndmhdpokmhpdfck
Beschrijving 允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面
Bestandsgrootte 6.42 KB
Aantal Installaties 101
Huidige Versie 1.0.4
Laatst Bijgewerkt 2017-02-15
Publicatiedatum 2017-02-15
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar itaofe
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}