Image Tracer
Creates a menu to display an image of choice to trace for drawing apps.
Vad är Image Tracer?
Image Tracer är en Chrome-tillägg utvecklad av Samuel Eiche, och dess huvudfunktion är "Creates a menu to display an image of choice to trace for drawing apps.".
Tilläggsskärmbilder
Ladda ner Image Tracer-förlängningens CRX-fil
Ladda ner Image Tracer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Image Tracer |
ID | ipihodppfeldhnbnpildmhkgkjkchloh |
Officiell webbadress | https://chromewebstore.google.com/detail/image-tracer/ipihodppfeldhnbnpildmhkgkjkchloh |
Beskrivning | Creates a menu to display an image of choice to trace for drawing apps. |
Filstorlek | 45.2 KB |
Antal Installationer | 990 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2020-04-06 |
Publiceringsdatum | 2020-04-06 |
Betyg | 3.33/5 Totalt 3 Betyg |
Utvecklare | Samuel Eiche |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |