TinySketch
Create and save drawings at the click of a button.
TinySketch란 무엇입니까?
TinySketch은(는) Adam Howard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create and save drawings at the click of a button."입니다.
확장 프로그램 스크린샷
TinySketch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | TinySketch |
ID | eekbbmglbfldjpgbmajenafphnfjonnc |
공식 URL | https://chromewebstore.google.com/detail/tinysketch/eekbbmglbfldjpgbmajenafphnfjonnc |
설명 | Create and save drawings at the click of a button. |
파일 크기 | 23.59 KB |
설치 횟수 | 305,504 |
현재 버전 | 3.1 |
최근 업데이트 | 2021-10-19 |
출시 날짜 | 2020-01-27 |
평점 | 4.08/5 총 301 개의 평점 |
개발자 | Adam Howard |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://adamhoward.org/ |
지원되는 언어 | 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" } } |