Iconfont Drag
允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面
什麼是Iconfont Drag?
Iconfont Drag是由itaofe開發的Chrome擴展程式,該擴展的主要功能是“允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面”。
下載Iconfont Drag擴展crx文件
下載Iconfont Drag擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
yes it is
擴展基本資訊
名稱 | |
ID | ciidfiiknjgfbbeanndmhdpokmhpdfck |
官方網址 | 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" ] } } |