Paint Tool for Web

Draw any shapes, write text, erase directly on the page, take a screenshot of what you have drawn

Paint Tool for Web là gì?

Paint Tool for Web là một tiện ích mở rộng Chrome được phát triển bởi seifikamal66, và tính năng chính của nó là "Draw any shapes, write text, erase directly on the page, take a screenshot of what you have drawn".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Draw on websites in simple manner and without any difficulties. You can draw online whatever and wherever you want. You can choose color of elements from wide palette with RGB, HSL, HEX codes, set transparency and line width. Open the list of installed chrome extension (toolbar puzzle icon), find web paint tool extension and click on it. Then new window with a number of options and settings will appear. Erase everything or save screenshot of the page you were using. Paint on web extension is going to change your browsing once and for all. Just paint with our new and absolutely free extension for chrome browser. Beyond doubt this chrome addon is a great tool that allows you to paint on web. This new and awesome web paint extension has intuitive interface so it’s really easy to work with. Let`s bring something unusual and useful to your everyday browsing. Here is another unique option – set your own shortcuts for all the web paint features. Paint on any webpage in real-time and make screenshots. Draw on sites in simple manner using this superb chrome addon. Just install and you’ll see yourself!
NOTE: this extension doesn’t work on chrome system pages and chrome webstore due to security policies.                    

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

Tên Paint Tool for Web Paint Tool for Web
ID bcpakobpeakicilokjlkdjhhcbepdmof
URL Chính Thức https://chromewebstore.google.com/detail/paint-tool-for-web/bcpakobpeakicilokjlkdjhhcbepdmof
Mô tả Draw any shapes, write text, erase directly on the page, take a screenshot of what you have drawn
Kích Thước Tệp 89.68 KB
Số Lần Cài Đặt 3,427
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-01-26
Ngày Phát Hành 2021-09-20
Đánh Giá 2.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển seifikamal66
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paint Tool for Web",
    "version": "1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "Draw any shapes, write text, erase directly on the page, take a screenshot of what you have drawn",
    "background": {
        "scripts": [
            "debug\/js\/init.js",
            "debug\/js\/main.js"
        ],
        "persistent": false
    },
    "options_page": "settings\/settings.html",
    "browser_action": {
        "default_title": "Paint Tool for Web",
        "default_icon": "src\/img\/logo.png"
    },
    "icons": {
        "128": "src\/img\/logo.png"
    },
    "permissions": [
        "storage",
        "",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}