TinySketch
Create and save drawings at the click of a button.
Co to jest TinySketch?
TinySketch to rozszerzenie Chrome opracowane przez Adam Howard, a jego główną funkcją jest „Create and save drawings at the click of a button.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TinySketch
Pobierz pliki rozszerzeń TinySketch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | TinySketch |
ID | eekbbmglbfldjpgbmajenafphnfjonnc |
Oficjalny URL | https://chromewebstore.google.com/detail/tinysketch/eekbbmglbfldjpgbmajenafphnfjonnc |
Opis | Create and save drawings at the click of a button. |
Rozmiar pliku | 23.59 KB |
Liczba instalacji | 305,504 |
Aktualna Wersja | 3.1 |
Ostatnia Aktualizacja | 2021-10-19 |
Data Publikacji | 2020-01-27 |
Ocena | 4.08/5 Łącznie 301 Oceny |
Deweloper | Adam Howard |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://adamhoward.org/ |
Obsługiwane Języki | 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" } } |