Iconfont Drag

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

Iconfont Drag란 무엇입니까?

Iconfont Drag은(는) itaofe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面"입니다.

Iconfont Drag 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}