Draw Online

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

Was ist Draw Online?

Draw Online ist eine Chrome-Erweiterung, die von Draw tools entwickelt wurde, und ihr Hauptmerkmal ist "Online draw on page: add text, create shapes, sketch lines and curves, take notes, and draw arrows. Capture, share, or print".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Draw Online-Erweiterungs-CRX-Datei herunterladen

Laden Sie Draw Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Draw Online Draw Online
ID cfilldkakabahjjblmboppflcdidccmb
Offizielle URL https://chromewebstore.google.com/detail/draw-online/cfilldkakabahjjblmboppflcdidccmb
Beschreibung Online draw on page: add text, create shapes, sketch lines and curves, take notes, and draw arrows. Capture, share, or print
Dateigröße 488 KB
Installationsanzahl 134
Aktuelle Version 1.0.0
Letztes Update 2023-11-14
Veröffentlichungsdatum 2023-11-14
Entwickler Draw tools
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}