Draw Online

Online draw on page: add text, create shapes, sketch lines and curves, take notes, and draw arrows. Capture, share, or print

Draw Onlineとは何ですか?

Draw OnlineはDraw toolsによって開発されたChromeの拡張機能で、その主な機能は「Online draw on page: add text, create shapes, sketch lines and curves, take notes, and draw arrows. Capture, share, or print」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Draw Online拡張機能のCRXファイルをダウンロード

Draw Online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Draw Online: Transform web pages into Your Canvas

Discover the boundless creativity of web paint online tool, the ultimate browser extension that turns any web page into your digital canvas.

Key Features:

- Unleash your creativity by drawing on any web page using a range of versatile tools and a spectrum of vibrant colors.

- Seamlessly save your artwork directly within your browser, providing easy access to your creations.

- Enjoy the convenience of a lightweight and user-friendly interface.

- Elevate your browsing experience, adding a new dimension of creativity and personal expression.


Getting Started is Simple:

- Install web paint online tool from your browser's app store.

- Visit the web page you wish to transform into your canvas.

- Click the web paint tool icon in your browser's toolbar to access the intuitive drawing interface.

- Unleash your artistic prowess using the diverse range of tools and colors.

- Save your artwork effortlessly with a single click.

Draw Online empowers you to redefine web pages and infuse them with your unique touch. Whether you're an artist seeking an outlet, a diligent note-taker, or simply someone who loves to have fun, this browser extension provides the ideal platform for boundless creativity. There's no need to wait—download web paint online tool now and let your digital masterpiece come to life!                    

拡張機能の基本情報

名前 Draw Online Draw Online
ID cfilldkakabahjjblmboppflcdidccmb
公式URL https://chromewebstore.google.com/detail/draw-online/cfilldkakabahjjblmboppflcdidccmb
説明 Online draw on page: add text, create shapes, sketch lines and curves, take notes, and draw arrows. Capture, share, or print
ファイルサイズ 488 KB
インストール数 134
現在のバージョン 1.0.0
最終更新日 2023-11-14
公開日 2023-11-14
開発者 Draw tools
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "Background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/index.js"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon38.png",
        "name": "__MSG_name__",
        "description": "__MSG_description__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}