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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}