Tiny Sketchbook by cloudHQ

Create, collaborate, and share your tiny sketchbook doodle art projects

Tiny Sketchbook by cloudHQคืออะไร?

Tiny Sketchbook by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tinysketchbook.com และคุณลักษณะหลักของมันคือ "Create, collaborate, and share your tiny sketchbook doodle art projects"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiny Sketchbook by cloudHQ

ดาวน์โหลดไฟล์ส่วนขยาย Tiny Sketchbook by cloudHQ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tiny Sketchbook is a simple to use free extension that allows you to create and save quick and fun drawings.

~~~5 Benefits of Doodle Art Drawing~~~
✅ Visually show what you need in a sketch (great for remote teams)
✅ Create and collaborate on digital sketching art projects
✅Team bonding activity
✅ Classroom assignments for teachers
✅ De-stress therapy with doodling

~~~Features~~~
✅ Touch screen support 
✅ Include rectangular boxes or lines
✅ Include circles
✅ Fill
✅ Write text
✅ Pen with different sizes
✅ Save as PDF, PNG, etc.
✅ One click attach to Gmail message
✅ Save screenshots to Google Drive, Dropbox, Box
✅ Share and collaborate on your drawing

cloudHQ. Helping your productivity, 1 click at a time.

cloudHQ website: https://www.cloudhq.net/
Website: https://www.tinysketchbook.com/
Pricing: FREE
Support page: https://support.cloudhq.net/category/browser-extensions/tinysketchbook
Blog: https://blog.cloudhq.net                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tiny Sketchbook by cloudHQ Tiny Sketchbook by cloudHQ
ID hlfdanlfnbbibonkckiimholgcflgjch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tiny-sketchbook-by-cloudh/hlfdanlfnbbibonkckiimholgcflgjch
คำอธิบาย Create, collaborate, and share your tiny sketchbook doodle art projects
ขนาดไฟล์ 553 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 1.0.1.0
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2021-12-12
คะแนน 5.00/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://www.tinysketchbook.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tinysketchbook.com
URL หน้าช่วยเหลือ https://support.cloudhq.net
URL หน้านโยบายความเป็นส่วนตัว https://www.cloudhq.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Sketchbook by cloudHQ",
    "short_name": "Sketchbook",
    "description": "Create, collaborate, and share your tiny sketchbook doodle art projects",
    "version": "1.0.1.0",
    "author": "https:\/\/www.cloudhq.net",
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/darkroom.css",
                "stylesheets\/popover.css"
            ],
            "include_globs": [],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "background"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "*"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/gmail_paint.png",
        "default_popup": "image_editor_wrapper.html",
        "default_title": "Tiny Sketchbook by cloudHQ"
    }
}