WhiteBoardZ

Whiteboard for easy use

What is WhiteBoardZ?

WhiteBoardZ is a Chrome extension developed by tomerzaidler, and its main feature is "Whiteboard for easy use".

Extension Screenshots

screenshot

Download WhiteBoardZ Extension CRX File

Download WhiteBoardZ 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

                        WhiteBoardZ is a software graphics program that allows you to draw, color, or paint bitmapped images on a browser.

Paint tools: 
- Line tool can draw a line.
- Select brush width
- Select Brush color
- Save your paintings with one click                    

Extension Basic Information

Name WhiteBoardZ WhiteBoardZ
ID clakgnmpecbncmlhcjkjhmkkmkifanac
Official URL https://chromewebstore.google.com/detail/whiteboardz/clakgnmpecbncmlhcjkjhmkkmkifanac
Description Whiteboard for easy use
File Size 7.32 KB
Installation Count 123
Current Version 1.0.1
Last Updated 2021-11-23
Publish Date 2021-11-23
Developer tomerzaidler
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhiteBoardZ",
    "description": "Whiteboard for easy use",
    "version": "1.0.1",
    "author": "Tomer Zaidler",
    "icons": {
        "16": "brush.png",
        "48": "brush.png",
        "128": "brush.png"
    },
    "browser_action": {
        "default_icon": "brush.png",
        "default_popup": "index.html",
        "default_title": "WhiteBoardZ"
    }
}