Web paint

Web paint - draw on web pages

Web paint là gì?

Web paint là một tiện ích mở rộng Chrome được phát triển bởi MutledNewt, và tính năng chính của nó là "Web paint - draw on web pages".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web paint

Tải xuống các tệp mở rộng Web paint 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

                        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                    

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

Tên Web paint Web paint
ID bgmbegiipocepiabgonbodbapnpejcfn
URL Chính Thức https://chrome.google.com/webstore/detail/web-paint/bgmbegiipocepiabgonbodbapnpejcfn
Mô tả Web paint - draw on web pages
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 600,000
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2021-07-11
Ngày Phát Hành 2021-06-28
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển MutledNewt
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.notion.so/Web-paint-Privacy-Policy-073222c2f7304934b49f2adaa98419eb
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}