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 |
公式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 |
Eメール | [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" ] } } |