Image Tracer
Creates a menu to display an image of choice to trace for drawing apps.
What is Image Tracer?
Image Tracer is a Chrome extension developed by Samuel Eiche, and its main feature is "Creates a menu to display an image of choice to trace for drawing apps.".
Extension Screenshots
Download Image Tracer Extension CRX File
Download Image Tracer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Image Tracer |
ID | ipihodppfeldhnbnpildmhkgkjkchloh |
Official URL | https://chromewebstore.google.com/detail/image-tracer/ipihodppfeldhnbnpildmhkgkjkchloh |
Description | Creates a menu to display an image of choice to trace for drawing apps. |
File Size | 45.2 KB |
Installation Count | 990 |
Current Version | 1.0.2 |
Last Updated | 2020-04-06 |
Publish Date | 2020-04-06 |
Rating | 3.33/5 Total 3 Ratings |
Developer | Samuel Eiche |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |