Draw Online

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

Qu'est-ce que Draw Online ?

Draw Online est une extension Chrome développée par Draw tools, et sa fonction principale est "Online draw on page: add text, create shapes, sketch lines and curves, take notes, and draw arrows. Capture, share, or print".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Draw Online

Téléchargez les fichiers d'extension Draw Online au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Draw Online Draw Online
ID cfilldkakabahjjblmboppflcdidccmb
URL Officiel https://chromewebstore.google.com/detail/draw-online/cfilldkakabahjjblmboppflcdidccmb
Description Online draw on page: add text, create shapes, sketch lines and curves, take notes, and draw arrows. Capture, share, or print
Taille du Fichier 488 KB
Nombre d'Installations 134
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-11-14
Date de Publication 2023-11-14
Développeur Draw tools
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}