Image Tracer
Creates a menu to display an image of choice to trace for drawing apps.
ما هو Image Tracer؟
Image Tracer هو إضافة Chrome تم تطويرها بواسطة Samuel Eiche، والميزة الرئيسية لها هي "Creates a menu to display an image of choice to trace for drawing apps.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Tracer
قم بتنزيل ملفات الامتداد Image Tracer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Upload your image from your device or from URL. Change the opacity, scale and position of the image. Made for drawing apps. Does not include drawing functionality. Icon made by Freepik from www.flaticon.com
معلومات أساسية عن التمديد
الاسم | Image Tracer |
ID | ipihodppfeldhnbnpildmhkgkjkchloh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/image-tracer/ipihodppfeldhnbnpildmhkgkjkchloh |
الوصف | Creates a menu to display an image of choice to trace for drawing apps. |
حجم الملف | 45.2 KB |
عدد التثبيتات | 990 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-04-06 |
تاريخ النشر | 2020-04-06 |
تقييم | 3.33/5 مجموع تقييمات 3 |
المطور | Samuel Eiche |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Tracer", "version": "1.0.2", "description": "Creates a menu to display an image of choice to trace for drawing apps.", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" }, "manifest_version": 2 } |