Image Tracer

Creates a menu to display an image of choice to trace for drawing apps.

Wat is Image Tracer?

Image Tracer is een Chrome-extensie ontwikkeld door Samuel Eiche, en de belangrijkste functie is "Creates a menu to display an image of choice to trace for drawing apps.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Image Tracer

Download Image Tracer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Image Tracer Image Tracer
ID ipihodppfeldhnbnpildmhkgkjkchloh
Officiële URL https://chromewebstore.google.com/detail/image-tracer/ipihodppfeldhnbnpildmhkgkjkchloh
Beschrijving Creates a menu to display an image of choice to trace for drawing apps.
Bestandsgrootte 45.2 KB
Aantal Installaties 990
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-04-06
Publicatiedatum 2020-04-06
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Samuel Eiche
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}