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
Eメール [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
}