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文件
下载TinySketch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |