TinySketch

Create and save drawings at the click of a button.

TinySketchคืออะไร?

TinySketch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Howard และคุณลักษณะหลักของมันคือ "Create and save drawings at the click of a button."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TinySketch

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}