TinySketch
Create and save drawings at the click of a button.
Qu'est-ce que TinySketch ?
TinySketch est une extension Chrome développée par Adam Howard, et sa fonction principale est "Create and save drawings at the click of a button.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TinySketch
Téléchargez les fichiers d'extension TinySketch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | TinySketch |
ID | eekbbmglbfldjpgbmajenafphnfjonnc |
URL Officiel | https://chromewebstore.google.com/detail/tinysketch/eekbbmglbfldjpgbmajenafphnfjonnc |
Description | Create and save drawings at the click of a button. |
Taille du Fichier | 23.59 KB |
Nombre d'Installations | 305,504 |
Version Actuelle | 3.1 |
Dernière Mise à Jour | 2021-10-19 |
Date de Publication | 2020-01-27 |
Évaluation | 4.08/5 Total 301 Évaluations |
Développeur | Adam Howard |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://adamhoward.org/ |
Langues Prises en Charge | 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" } } |