Image Tracer
Creates a menu to display an image of choice to trace for drawing apps.
Apa itu Image Tracer?
Image Tracer adalah ekstensi Chrome yang dikembangkan oleh Samuel Eiche, dan fitur utamanya adalah "Creates a menu to display an image of choice to trace for drawing apps.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Image Tracer
Unduh file ekstensi Image Tracer 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
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
Informasi Dasar Ekstensi
Nama | Image Tracer |
ID | ipihodppfeldhnbnpildmhkgkjkchloh |
URL Resmi | https://chromewebstore.google.com/detail/image-tracer/ipihodppfeldhnbnpildmhkgkjkchloh |
Deskripsi | Creates a menu to display an image of choice to trace for drawing apps. |
Ukuran File | 45.2 KB |
Jumlah Instalasi | 990 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2020-04-06 |
Tanggal Publikasi | 2020-04-06 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | Samuel Eiche |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |