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! 擴展基本資訊
| 名稱 | |
| ID | eekbbmglbfldjpgbmajenafphnfjonnc |
| 官方網址 | 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"
}
} | |