Paint Tool (Updated)

Draw 🎨 anything anywhere in real-time, an MS Paint but in your browser.

Qu'est-ce que Paint Tool (Updated) ?

Paint Tool (Updated) est une extension Chrome développée par B & T, et sa fonction principale est "Draw 🎨 anything anywhere in real-time, an MS Paint but in your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Paint Tool (Updated)

Téléchargez les fichiers d'extension Paint Tool (Updated) 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

                        ⬇️Easy to set up ⬇️:

1. Install the extension, and reload the page to let the extension work.
2. Click on the extension whenever you need to draw or highlight something. 🖌
3. Drawings are automatically saved.
4. Reload the page to exit the draw mode from the browser.

✨Features ✨

1. Has all the features of MS Paint.
2. Adjustable thickness, transparency, and preset color.
3. Take a screenshot of the page.

Pin this absolutely free extension to draw random things 🖼 while visiting any webpage. 👩                    

Informations de Base sur l'Extension

Nom Paint Tool (Updated) Paint Tool (Updated)
ID lkgfjmlmbhgmkiegoahhnfffnpndicle
URL Officiel https://chromewebstore.google.com/detail/paint-tool-updated/lkgfjmlmbhgmkiegoahhnfffnpndicle
Description Draw 🎨 anything anywhere in real-time, an MS Paint but in your browser.
Taille du Fichier 40.63 KB
Nombre d'Installations 388
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-04-11
Date de Publication 2022-10-17
Évaluation 4.73/5 Total 15 Évaluations
Développeur B & T
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Paint Tool (Updated)",
    "version": "1.0.5",
    "description": "Draw \ud83c\udfa8 anything anywhere in real-time, an MS Paint but in your browser.",
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/dashboard.html",
                "html\/toolkit.html",
                "js\/*.js",
                "img\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "img\/brush.png",
        "32": "img\/brush.png",
        "48": "img\/brush.png",
        "128": "img\/brush.png"
    },
    "action": {
        "default_icon": "img\/brush.png",
        "default_title": "Draw Tool"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/global.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}