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
官方網址 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
}