TinySketch
Create and save drawings at the click of a button.
O que é TinySketch?
TinySketch é uma extensão do Chrome desenvolvida por Adam Howard, e sua principal característica é "Create and save drawings at the click of a button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TinySketch
Baixe arquivos de extensão TinySketch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | TinySketch |
ID | eekbbmglbfldjpgbmajenafphnfjonnc |
URL Oficial | https://chromewebstore.google.com/detail/tinysketch/eekbbmglbfldjpgbmajenafphnfjonnc |
Descrição | Create and save drawings at the click of a button. |
Tamanho do Arquivo | 23.59 KB |
Contagem de Instalações | 305,504 |
Versão Atual | 3.1 |
Última Atualização | 2021-10-19 |
Data de Publicação | 2020-01-27 |
Classificação | 4.08/5 Total de 301 Avaliações |
Desenvolvedor | Adam Howard |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://adamhoward.org/ |
Idiomas Suportados | 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" } } |