TinySketch
Create and save drawings at the click of a button.
Wat is TinySketch?
TinySketch is een Chrome-extensie ontwikkeld door Adam Howard, en de belangrijkste functie is "Create and save drawings at the click of a button.".
Extensie Screenshots
Download het CRX-bestand van de extensie TinySketch
Download TinySketch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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!                     Basisinformatie over de Extensie
| Naam |  | 
| ID | eekbbmglbfldjpgbmajenafphnfjonnc | 
| Officiële URL | https://chromewebstore.google.com/detail/tinysketch/eekbbmglbfldjpgbmajenafphnfjonnc | 
| Beschrijving | Create and save drawings at the click of a button. | 
| Bestandsgrootte | 23.59 KB | 
| Aantal Installaties | 305,504 | 
| Huidige Versie | 3.1 | 
| Laatst Bijgewerkt | 2021-10-19 | 
| Publicatiedatum | 2020-01-27 | 
| Beoordeling | 4.08/5 Totaal 301 Beoordelingen | 
| Ontwikkelaar | Adam Howard | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://adamhoward.org/ | 
| Ondersteunde Talen | 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"
    }
} | |