Web paint

Web paint - draw on web pages

什么是Web paint?

Web paint是由MutledNewt开发的Chrome扩展程序,该扩展的主要功能是“Web paint - draw on web pages”。

扩展截图

screenshot

下载Web paint扩展crx文件

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

扩展使用说明

                        Web Paint is a drawing tool for web pages.
You can take a screenshot of the resulting drawing or save it to the file.

This tool is useful for education purposes, for taking a quick note in a remote work environment, or just for fun!
Features:
⭐ Graphical editor tools e.g. pencil, text, line, arrows.
⭐ Various sizes and colors
⭐ Copy to clipboard
⭐ Export to file                    

扩展基本信息

名称 Web paint Web paint
ID bgmbegiipocepiabgonbodbapnpejcfn
官方URL https://chrome.google.com/webstore/detail/web-paint/bgmbegiipocepiabgonbodbapnpejcfn
简介 Web paint - draw on web pages
文件大小 244 KB
安装次数 600,000
当前版本 1.1.5
更新时间 2021-07-11
上架时间 2021-06-28
评分 5.00/5 共13次评分
开发者 MutledNewt
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.notion.so/Web-paint-Privacy-Policy-073222c2f7304934b49f2adaa98419eb
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "description": "__MSG_app_desc__",
        "name": "__MSG_name__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "1.1.5",
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ]
}