Image Tracer

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

Image Tracerคืออะไร?

Image Tracer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Samuel Eiche และคุณลักษณะหลักของมันคือ "Creates a menu to display an image of choice to trace for drawing apps."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Tracer

ดาวน์โหลดไฟล์ส่วนขยาย 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
}