Iconfont Drag

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

Iconfont Drag क्या है?

Iconfont Drag itaofe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Iconfont Drag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        yes it is                    

एक्सटेंशन की मूल जानकारी

नाम Iconfont Drag Iconfont Drag
ID ciidfiiknjgfbbeanndmhdpokmhpdfck
आधिकारिक URL https://chrome.google.com/webstore/detail/iconfont-drag/ciidfiiknjgfbbeanndmhdpokmhpdfck
विवरण 允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面
फ़ाइल का आकार 6.42 KB
स्थापना संख्या 101
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2017-02-15
प्रकाशन तिथि 2017-02-15
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर itaofe
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}