Sketch and Paint Plus!

Draw, paint, doodle, add text and emojis on browser tabs. Then save your creative art and decorations to share later.

What is Sketch and Paint Plus!?

Sketch and Paint Plus! is a Chrome extension developed by KomplexExtensions, and its main feature is "Draw, paint, doodle, add text and emojis on browser tabs. Then save your creative art and decorations to share later.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Sketch and Paint Plus! Extension CRX File

Download Sketch and Paint Plus! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Sketch and Paint Plus is a writing, sketching and painting extension for your Chrome™ browser tab.

Explore your creativity and customize any website tab by adding text, emojis, lines, or add a dash of color with the marker or highlighter tools to get the picture perfect tab.

When you’re done, download your artistic creations as screenshots with the download tool.

Features:

* Color Picker: Select a color for the text and line.
* Marker/Pencil tool: Draw or paint anything with the selected color and point size.
* Spray paint tool: Spray your tabs with any color you desire.
* Text and Emoji tool: Add text and fun emojis to your tabs to enhance your creativity.
* Eraser: Erase some or all of your drawings or text.
* Screenshot/Download: Save your sketch, shapes, or creations to your computer.
* Lines (hold Shift): Create adjoining lines for your shapes.
* Undo tool: Either click the buttons, or use the keyboard shortcut (CTRL+Z or CMD+Z) to undo as many times as you like to make it picture perfect).

——————————
According to the rules of the Chrome™ Web Store, this extension will not work on the store pages, new tab and home page.
Please open any other website (for example, google.com) after installing this extension to start having fun!                    

Extension Basic Information

Name Sketch and Paint Plus! Sketch and Paint Plus!
ID oiaflgidamnacconnnjgdljpdmdfilli
Official URL https://chromewebstore.google.com/detail/sketch-and-paint-plus/oiaflgidamnacconnnjgdljpdmdfilli
Description Draw, paint, doodle, add text and emojis on browser tabs. Then save your creative art and decorations to share later.
File Size 452 KB
Installation Count 1,020
Current Version 0.0.0.2
Last Updated 2021-11-27
Publish Date 2021-10-25
Rating 5.00/5 Total 4 Ratings
Developer KomplexExtensions
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sketch and Paint Plus!",
    "description": "Draw, paint, doodle, add text and emojis on browser tabs. Then save your creative art and decorations to share later.",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "action": {
        "default_icon": ".\/assets\/icon128.png",
        "default_title": "Sketch and Paint Plus!"
    },
    "background": {
        "service_worker": "background.js",
        "matches": [
            ""
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}