Paint Tool (Updated)

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

O que é Paint Tool (Updated)?

Paint Tool (Updated) é uma extensão do Chrome desenvolvida por B & T, e sua principal característica é "Draw 🎨 anything anywhere in real-time, an MS Paint but in your browser.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Paint Tool (Updated)

Baixe arquivos de extensão Paint Tool (Updated) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ⬇️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. 👩                    

Informações Básicas da Extensão

Nome Paint Tool (Updated) Paint Tool (Updated)
ID lkgfjmlmbhgmkiegoahhnfffnpndicle
URL Oficial https://chromewebstore.google.com/detail/paint-tool-updated/lkgfjmlmbhgmkiegoahhnfffnpndicle
Descrição Draw 🎨 anything anywhere in real-time, an MS Paint but in your browser.
Tamanho do Arquivo 40.63 KB
Contagem de Instalações 388
Versão Atual 1.0.5
Última Atualização 2023-04-11
Data de Publicação 2022-10-17
Classificação 4.73/5 Total de 15 Avaliações
Desenvolvedor B & T
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
        ""
    ]
}