Paint Tool (Updated)

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

什麼是Paint Tool (Updated)?

Paint Tool (Updated)是由B & T開發的Chrome擴展程式,該擴展的主要功能是“Draw 🎨 anything anywhere in real-time, an MS Paint but in your browser.”。

擴展截圖

screenshot
screenshot

下載Paint Tool (Updated)擴展crx文件

下載Paint Tool (Updated)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Paint Tool (Updated) Paint Tool (Updated)
ID lkgfjmlmbhgmkiegoahhnfffnpndicle
官方網址 https://chromewebstore.google.com/detail/paint-tool-updated/lkgfjmlmbhgmkiegoahhnfffnpndicle
簡介 Draw 🎨 anything anywhere in real-time, an MS Paint but in your browser.
檔案大小 40.63 KB
安裝次數 388
目前版本 1.0.5
更新時間 2023-04-11
上架時間 2022-10-17
評分 4.73/5 共 15 次評分
開發者 B & T
電子郵箱 [email protected]
付費類型 free
支援的語言 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": [
        ""
    ]
}