Image Tracer

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

什么是Image Tracer?

Image Tracer是由Samuel Eiche开发的Chrome扩展程序,该扩展的主要功能是“Creates a menu to display an image of choice to trace for drawing apps.”。

扩展截图

screenshot

下载Image Tracer扩展crx文件

下载Image Tracer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Image Tracer Image Tracer
ID ipihodppfeldhnbnpildmhkgkjkchloh
官方URL https://chromewebstore.google.com/detail/image-tracer/ipihodppfeldhnbnpildmhkgkjkchloh
简介 Creates a menu to display an image of choice to trace for drawing apps.
文件大小 45.2 KB
安装次数 990
当前版本 1.0.2
更新时间 2020-04-06
上架时间 2020-04-06
评分 3.33/5 共3次评分
开发者 Samuel Eiche
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}