TinySketch
Create and save drawings at the click of a button.
Vad är TinySketch?
TinySketch är en Chrome-tillägg utvecklad av Adam Howard, och dess huvudfunktion är "Create and save drawings at the click of a button.".
Tilläggsskärmbilder
Ladda ner TinySketch-förlängningens CRX-fil
Ladda ner TinySketch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | TinySketch |
ID | eekbbmglbfldjpgbmajenafphnfjonnc |
Officiell webbadress | https://chromewebstore.google.com/detail/tinysketch/eekbbmglbfldjpgbmajenafphnfjonnc |
Beskrivning | Create and save drawings at the click of a button. |
Filstorlek | 23.59 KB |
Antal Installationer | 305,504 |
Aktuell Version | 3.1 |
Senast Uppdaterad | 2021-10-19 |
Publiceringsdatum | 2020-01-27 |
Betyg | 4.08/5 Totalt 301 Betyg |
Utvecklare | Adam Howard |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://adamhoward.org/ |
Stödda Språk | 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" } } |