Paint Tool (Updated)

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

Paint Tool (Updated) là gì?

Paint Tool (Updated) là một tiện ích mở rộng Chrome được phát triển bởi B & T, và tính năng chính của nó là "Draw 🎨 anything anywhere in real-time, an MS Paint but in your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Paint Tool (Updated)

Tải xuống các tệp mở rộng Paint Tool (Updated) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Paint Tool (Updated) Paint Tool (Updated)
ID lkgfjmlmbhgmkiegoahhnfffnpndicle
URL Chính Thức https://chromewebstore.google.com/detail/paint-tool-updated/lkgfjmlmbhgmkiegoahhnfffnpndicle
Mô tả Draw 🎨 anything anywhere in real-time, an MS Paint but in your browser.
Kích Thước Tệp 40.63 KB
Số Lần Cài Đặt 388
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-04-11
Ngày Phát Hành 2022-10-17
Đánh Giá 4.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển B & T
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}