Draw Online

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

¿Qué es Draw Online?

Draw Online es una extensión de Chrome desarrollada por Draw tools, y su función principal es "Online draw on page: add text, create shapes, sketch lines and curves, take notes, and draw arrows. Capture, share, or print".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Draw Online

Descarga archivos de extensión Draw Online en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Draw Online Draw Online
ID cfilldkakabahjjblmboppflcdidccmb
URL Oficial https://chromewebstore.google.com/detail/draw-online/cfilldkakabahjjblmboppflcdidccmb
Descripción Online draw on page: add text, create shapes, sketch lines and curves, take notes, and draw arrows. Capture, share, or print
Tamaño del Archivo 488 KB
Cantidad de Instalaciones 134
Versión Actual 1.0.0
Última Actualización 2023-11-14
Fecha de Publicación 2023-11-14
Desarrollador Draw tools
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}