Image Tracer

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

Image Tracer là gì?

Image Tracer là một tiện ích mở rộng Chrome được phát triển bởi Samuel Eiche, và tính năng chính của nó là "Creates a menu to display an image of choice to trace for drawing apps.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image Tracer

Tải xuống các tệp mở rộng Image Tracer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image Tracer Image Tracer
ID ipihodppfeldhnbnpildmhkgkjkchloh
URL Chính Thức https://chromewebstore.google.com/detail/image-tracer/ipihodppfeldhnbnpildmhkgkjkchloh
Mô tả Creates a menu to display an image of choice to trace for drawing apps.
Kích Thước Tệp 45.2 KB
Số Lần Cài Đặt 990
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-04-06
Ngày Phát Hành 2020-04-06
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Samuel Eiche
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}