Image Tracer
Creates a menu to display an image of choice to trace for drawing apps.
Cos'è Image Tracer?
Image Tracer è un'estensione di Chrome sviluppata da Samuel Eiche, e la sua funzione principale è "Creates a menu to display an image of choice to trace for drawing apps.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Image Tracer
Scarica i file di estensione Image Tracer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Image Tracer |
ID | ipihodppfeldhnbnpildmhkgkjkchloh |
URL Ufficiale | https://chromewebstore.google.com/detail/image-tracer/ipihodppfeldhnbnpildmhkgkjkchloh |
Descrizione | Creates a menu to display an image of choice to trace for drawing apps. |
Dimensione del File | 45.2 KB |
Conteggio Installazioni | 990 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-04-06 |
Data di Pubblicazione | 2020-04-06 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | Samuel Eiche |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |