Web paint tool - Drawww

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

Co to jest Web paint tool - Drawww?

Web paint tool - Drawww to rozszerzenie Chrome opracowane przez Best Drawww Tool, a jego główną funkcją jest „Draw shapes, lines, add text to live web pages. Annotate online, take screenshot, download PNG, share with friends. Page marker”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Web paint tool - Drawww

Pobierz pliki rozszerzeń Web paint tool - Drawww w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Web paint tool - Drawww Web paint tool - Drawww
ID mclgkicemmkpcooobfgcgocmcejnmgij
Oficjalny URL https://chromewebstore.google.com/detail/web-paint-tool-drawww/mclgkicemmkpcooobfgcgocmcejnmgij
Opis Draw shapes, lines, add text to live web pages. Annotate online, take screenshot, download PNG, share with friends. Page marker
Rozmiar pliku 161 KB
Liczba instalacji 65,607
Aktualna Wersja 1.3.5
Ostatnia Aktualizacja 2023-09-27
Data Publikacji 2020-12-30
Ocena 4.71/5 Łącznie 52 Oceny
Deweloper Best Drawww Tool
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://drawww.online/privacy.html
Obsługiwane Języki 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\/*"
    ]
}