Iconfont Drag
允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面
Iconfont Dragคืออะไร?
Iconfont Drag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itaofe และคุณลักษณะหลักของมันคือ "允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Iconfont Drag
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } } |