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란 무엇입니까?

Paint은(는) https://paintonweb.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add text, draw shapes, paint lines, paint curves, draw arrows on pages in real time. Take screenshots share or print it. Paint Web!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Paint 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Paint Paint
ID ejllkedmklophclpgonojjkaliafeilj
공식 URL https://chromewebstore.google.com/detail/paint/ejllkedmklophclpgonojjkaliafeilj
설명 Add text, draw shapes, paint lines, paint curves, draw arrows on pages in real time. Take screenshots share or print it. Paint Web!
파일 크기 681 KB
설치 횟수 306,199
현재 버전 1.4.10
최근 업데이트 2023-03-28
출시 날짜 2020-10-20
평점 4.39/5 총 143 개의 평점
개발자 https://paintonweb.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
    ]
}