Paint

Add text, draw shapes, paint lines, paint curves, draw arrows on pages in real time. Take screenshots share or print it. Paint Web!

Paint là gì?

Paint là một tiện ích mở rộng Chrome được phát triển bởi https://paintonweb.com, và tính năng chính của nó là "Add text, draw shapes, paint lines, paint curves, draw arrows on pages in real time. Take screenshots share or print it. Paint Web!".

Ả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

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

                        Paint on Web - provides the following easy to use drawing tools that let you draw on every webpage. Paint on Web significantly extends operating with a Chrome browser with multifunctional tools. You could easily highlight lines or areas on pages, add notes and recommendations, web paint, draw pictures, add figures. You only need to save the screenshot you created when you're finished.

Paint is a free web paint style painting platform that enables users to draw/ paint free style painting directly from their computer. Web paint something could be extremely useful for kids/ adults that are taking their first steps with computers and learning how to control the mouse, but not just for that. Let your inner painter draw cool paints without wasting any paper.
Web paint something is user friendly and you could get started painting in a second. If you’d like to learn how to paint, Paint Something might be the best thing that happened to you. You can choose custom colors and different line sizes!! You can also save your drawing or print it.

Paint on Web (web paint) provides you next features:

✏️ Pencil tool - draw custom lines
🌈 Color picker tool - choose color webpage to use in your paint
🔤 Text - add annotation
➖ Straight line  - put start and end point to paint straight line
➰ Curve line - set start and end point move mouse to set curvature 
🔝 Arrow line - paints as straight line, difference in arrow on the end
〰 Custom shape tool - same as curve line with double curvatures
⭕ Circle shape tool - draw round shapes circle ovals and others
🔲 Square shape tool - create rectangles and squares 
↖️ Cursor tool - switch of paint tools , to scroll up or down webpage
🧼 Eraser tool - remove unnecessary parts on the screen
🎨Paint bucket - fill shapes and drawn with any color from palette

Web Paint ing features: 
▶  Picking a transparent color or setting different brush sizes in a couple of clicks.
▶  Setting to create fast hotkeys for the option you are using the most.
▶  Autosave of process for each web paint page  
▶  Screenshot maker allows saving result in PN or JPG 
▶ Crop tool to catch only a certain part of the image you need. 
     and much more

Here is another unique option – set your own shortcuts for all the web paint features. Isn’t that useful? So don’t hesitate, install this addon and you won’t be disappointed. Paint on web in simple manner and without any difficulties. Draw online with our new and absolutely free extension for chrome browser.

Note!

Extension is Not working on system Chrome webpages like 
//settings 
//history 
etc.

Page reload is required after install, for proper work.
Add web paint something to your chrome NOW!! And start paint in seconds!                    

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

Tên Paint Paint
ID ejllkedmklophclpgonojjkaliafeilj
URL Chính Thức https://chromewebstore.google.com/detail/paint/ejllkedmklophclpgonojjkaliafeilj
Mô tả Add text, draw shapes, paint lines, paint curves, draw arrows on pages in real time. Take screenshots share or print it. Paint Web!
Kích Thước Tệp 681 KB
Số Lần Cài Đặt 306,199
Phiên Bản Hiện Tại 1.4.10
Cập Nhật Lần Cuối 2023-03-28
Ngày Phát Hành 2020-10-20
Đánh Giá 4.39/5 Tổng số 143 Đánh Giá
Nhà Phát Triển https://paintonweb.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,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
{
    "background": {
        "page": "Background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/screen.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon38.png",
        "name": "__MSG_name__",
        "description": "__MSG_description__"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.10",
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ]
}