Web paint tool - Drawww

Draw shapes, lines, add text to live web pages. Annotate online, take screenshot, download PNG, share with friends. Page marker

Web paint tool - Drawww란 무엇입니까?

Web paint tool - Drawww은(는) Best Drawww Tool에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Draw shapes, lines, add text to live web pages. Annotate online, take screenshot, download PNG, share with friends. Page marker"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Web paint tool - Drawww 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Drawww - web paint tool is a new art word in the Chrome extension world. This was made to provide the following easy to use drawing tools. Draw shapes, lines, and add text to live web pages, and take a screenshot.

If you love to draw, then this is just a godsend for you! This extension will provide you with the ability to draw while using the sites. You can simply read the article and underline the information you need and then make a screen. If you need to highlight some important words or text in real time or just want to draw some stuff, then just install this amazing web paint tool. This way you will not forget the information you need. The Web Paint Tool - Drawww has collected in itself many different colors with which you can paint, a screenshot is also arranged. Screenshots are instantly saved on your device

List of current tools:

➭ Pencil - draw a custom line with the selected line width and color.
➭ Eyedropper - pick a color from the web page or your drawings and use it for drawing.
➭ Text - insert text into the web page with the selected color and transparency.
➭ Line - draw a straight line with the selected line width, transparency, color.
➭ Arrow - draw a straight line with an arrow on the end of the selected line width, transparency, color.
➭ Quadratic curve - draw a quadratic curve with the selected line width, transparency, color.
➭ Bezier curve - draw a bezier curve with the selected line width, transparency, color.
➭ Polygon - draw a polygon with the selected line width, transparency, color.
➭ Ellipse - draw an ellipse or a circle with the selected line width, transparency, color.
➭ Paint bucket tool - fill an area with selected color and transparency.
➭ Color picker - select a color for the text and line.
➭ Transparency slider - select transparency for the text and line.(Slide point to the left to decrease the value and to the right to increase the value)
➭ Line width slider - select a line width. (Slide point to the left to decrease the value and to the right to increase the value)
➭ Rectangle - draw a rectangle with the selected line width, transparency, color.
➭ Cursor - interact with the web page.
➭ Eraser - erase part of your drawings.

➭ Screenshot - take a screenshot of the current web page with your drawings.
➭ Exit button - clear your drawings and disable the tools. 
➭ Step backward /Step forward button. 

Web Paint Tool - Drawww Features list:
- Hot-keys to each tool
- Save drawing with a screenshot option
- Save image to your PC or Print 
- Crop the necessary area of an image and save it


Click the Web Paint extension icon in the upper right of your browser to enable the tools.
Always Reload webpage for proper work, before using extension.                    

확장 프로그램 기본 정보

이름 Web paint tool - Drawww Web paint tool - Drawww
ID mclgkicemmkpcooobfgcgocmcejnmgij
공식 URL https://chromewebstore.google.com/detail/web-paint-tool-drawww/mclgkicemmkpcooobfgcgocmcejnmgij
설명 Draw shapes, lines, add text to live web pages. Annotate online, take screenshot, download PNG, share with friends. Page marker
파일 크기 161 KB
설치 횟수 65,607
현재 버전 1.3.5
최근 업데이트 2023-09-27
출시 날짜 2020-12-30
평점 4.71/5 총 52 개의 평점
개발자 Best Drawww Tool
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://drawww.online/privacy.html
지원되는 언어 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"
    },
    "browser_action": {
        "default_icon": "images\/icon38.png"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.5",
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ]
}