TinySketch

Create and save drawings at the click of a button.

What is TinySketch?

TinySketch is a Chrome extension developed by Adam Howard, and its main feature is "Create and save drawings at the click of a button.".

Extension Screenshots

screenshot
screenshot

Download TinySketch Extension CRX File

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

                        TinySketch is a simple to use free extension that allows you to create and save quick and fun drawings while using Chrome!

———————————————————————————————————————

NEW FEATURES in Version 3:
 - Undo / Redo Buttons! About time right?
 - Dark mode! If your browser uses dark mode SketchPad updates accordingly.
 - Most recent used pen size and color are saved!

Other Features:
Touchscreen support, pen & eraser resizing, auto-saved drawings, bucket fill tool, eyedropper tool, and larger color palette!                    

Extension Basic Information

Name TinySketch TinySketch
ID eekbbmglbfldjpgbmajenafphnfjonnc
Official URL https://chromewebstore.google.com/detail/tinysketch/eekbbmglbfldjpgbmajenafphnfjonnc
Description Create and save drawings at the click of a button.
File Size 23.59 KB
Installation Count 305,504
Current Version 3.1
Last Updated 2021-10-19
Publish Date 2020-01-27
Rating 4.08/5 Total 301 Ratings
Developer Adam Howard
Email [email protected]
Payment Type free
Extension Website https://adamhoward.org/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinySketch",
    "short_name": "TinySketch",
    "version": "3.1",
    "description": "Create and save drawings at the click of a button.",
    "background": {
        "scripts": [
            "sketch.js",
            "floodfill.min.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "TinySketch",
        "default_popup": "popup.html"
    }
}