Iconfont Drag
允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面
Apa itu Iconfont Drag?
Iconfont Drag adalah ekstensi Chrome yang dikembangkan oleh itaofe, dan fitur utamanya adalah "允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面".
Unduh Berkas CRX Ekstensi Iconfont Drag
Unduh file ekstensi Iconfont Drag dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
yes it is
Informasi Dasar Ekstensi
Nama | |
ID | ciidfiiknjgfbbeanndmhdpokmhpdfck |
URL Resmi | https://chrome.google.com/webstore/detail/iconfont-drag/ciidfiiknjgfbbeanndmhdpokmhpdfck |
Deskripsi | 允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面 |
Ukuran File | 6.42 KB |
Jumlah Instalasi | 101 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2017-02-15 |
Tanggal Publikasi | 2017-02-15 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | itaofe |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |