Sumopaint - Paint Online

The most popular photo editor and painting app. Just open any website and start painting!

Cos'è Sumopaint - Paint Online?

Sumopaint - Paint Online è un'estensione di Chrome sviluppata da yuliyazolotyh, e la sua funzione principale è "The most popular photo editor and painting app. Just open any website and start painting!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sumopaint - Paint Online

Scarica i file di estensione Sumopaint - Paint Online in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Sumopaint - Online Web Editor extension for chrome browser is really useful and multifunction app to extend your chrome browser possibilities. Create different figures, choose the size of the figures, draw lines or add text directly on the webpage while browsing. In general, Web paint extension has basic features of Paint for windows. Sumopaint - Online Web Editor extension may come in handy for many different purposes – when you just want to have fun while browsing or if you need to highlight some important information or want to draw a scheme etc. Install this extension and improve your chrome browser. Let`s make your browsing comfortable and pleasant. Install, have fun and don`t forget to share with friends.

Sumopaint - Online Web Editor provides the following easy to use drawing tools that let you draw shapes, lines, and add text to live web pages and take a screenshot (touch screen supported): 

Pencil tool - draw a custom line with the selected line width and color. 
Eyedropper tool - pick a color from the web page or your drawings and use it for drawing. 
Text tool - insert text into the web page with the selected color and transparency. 
Line tool - draw a straight line with the selected line width, transparency and color. 
Arrow tool - draw a straight line with an arrow on the end the selected line width, transparency and color. Quadratic curve - draw a quadratic curve with the selected line width, transparency and color. 
Bezier curve - draw a bezier curve with the selected line width, transparency and color. 
Polygon tool - draw a polygon with the selected line width, transparency and color. 
Ellipse tool - draw an ellipse or a circle with the selected line width, transparency and 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 a transparency for the text and line. (Drag the slider to the left to decrease the value and to the right to increase the value) 
Line width slider - select a line width. (Drag the slider to the left to decrease the value and to the right to increase the value) 
Rectangle tool - draw a rectangle with the selected line width, transparency and color. 
Cursor tool - interact with the web page. 
Eraser tool - erase part of your drawings. 
Screenshot tool - take a screenshot of the current web page with your drawings. 
Exit button - clear your drawings and disable the tools. Please click the extension icon in the upper right of your browser to enable the tools.                    

Informazioni di Base sull'Estensione

Nome Sumopaint - Paint Online Sumopaint - Paint Online
ID dlackggdjhbncjocackemdgacmhlddkm
URL Ufficiale https://chrome.google.com/webstore/detail/sumopaint-paint-online/dlackggdjhbncjocackemdgacmhlddkm
Descrizione The most popular photo editor and painting app. Just open any website and start painting!
Dimensione del File 142 KB
Conteggio Installazioni 1,831
Versione Corrente 2.1.0
Ultimo Aggiornamento 2023-03-17
Data di Pubblicazione 2021-09-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore yuliyazolotyh
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/15d90lPG4RmGDMAHrsDwaNZtofRVk4emM1Sn9lYWeD-8/edit?usp=sharing
Lingue Supportate en
manifest.json
{
    "background": {
        "page": "Background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon38.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.extensionsforyou.com",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "",
        "storage",
        "webRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0",
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ]
}