TinySketch
Create and save drawings at the click of a button.
TinySketch là gì?
TinySketch là một tiện ích mở rộng Chrome được phát triển bởi Adam Howard, và tính năng chính của nó là "Create and save drawings at the click of a button.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TinySketch
Tải xuống các tệp mở rộng TinySketch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TinySketch |
ID | eekbbmglbfldjpgbmajenafphnfjonnc |
URL Chính Thức | https://chromewebstore.google.com/detail/tinysketch/eekbbmglbfldjpgbmajenafphnfjonnc |
Mô tả | Create and save drawings at the click of a button. |
Kích Thước Tệp | 23.59 KB |
Số Lần Cài Đặt | 305,504 |
Phiên Bản Hiện Tại | 3.1 |
Cập Nhật Lần Cuối | 2021-10-19 |
Ngày Phát Hành | 2020-01-27 |
Đánh Giá | 4.08/5 Tổng số 301 Đánh Giá |
Nhà Phát Triển | Adam Howard |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://adamhoward.org/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |