Web Paint

Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!

什么是Web Paint?

Web Paint是由Web Tools开发的Chrome扩展程序,该扩展的主要功能是“Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Web Paint扩展crx文件

下载Web Paint扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Web Paint app includes drawing tools and add texts to any websites. Then you can take screenshot and save to your hard drive.

Paint tools: Line tool can draw a line. Insert text into website with selected color and transparency. Eyedropper can choose color from the web. Pencil is for draw line with selected line width and color. Eraser tool erase part of drawings. App contains more paint tools.

Web Paint includes screenshot tool. Take a screenshot of current website with your drawings and save to your hard drive.

Just click on the app icon and your painting can begin!!                    

扩展基本信息

名称 Web Paint Web Paint
ID gennnndepkflndgcjajggdhclmghkpdl
官方URL https://chromewebstore.google.com/detail/web-paint/gennnndepkflndgcjajggdhclmghkpdl
简介 Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!
文件大小 100 KB
安装次数 28,396
当前版本 1.3.2
更新时间 2022-11-23
上架时间 2021-01-08
评分 2.32/5 共25次评分
开发者 Web Tools
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "\/lib\/jquery.min.js",
            "\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": [],
        "default_title": "Web Paint"
    },
    "description": "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Web Paint",
    "options_page": "\/background\/options.html",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "short_name": "Web Paint",
    "version": "1.3.2",
    "web_accessible_resources": [
        "\/lib\/jquery.min.js"
    ]
}