Iconfont Drag
允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面
ما هو Iconfont Drag؟
Iconfont Drag هو إضافة Chrome تم تطويرها بواسطة itaofe، والميزة الرئيسية لها هي "允许直接将iconfont.cn上面的SVG图标拖出到Skecth等工具里面".
تحميل ملف CRX للإضافة Iconfont Drag
قم بتنزيل ملفات الامتداد Iconfont Drag بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |