Image Tracer

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

Qu'est-ce que Image Tracer ?

Image Tracer est une extension Chrome développée par Samuel Eiche, et sa fonction principale est "Creates a menu to display an image of choice to trace for drawing apps.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Image Tracer

Téléchargez les fichiers d'extension Image Tracer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Image Tracer Image Tracer
ID ipihodppfeldhnbnpildmhkgkjkchloh
URL Officiel https://chromewebstore.google.com/detail/image-tracer/ipihodppfeldhnbnpildmhkgkjkchloh
Description Creates a menu to display an image of choice to trace for drawing apps.
Taille du Fichier 45.2 KB
Nombre d'Installations 990
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-04-06
Date de Publication 2020-04-06
Évaluation 3.33/5 Total 3 Évaluations
Développeur Samuel Eiche
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}