tldrawe

Draw on any webpage with tldraw

tldraweคืออะไร?

tldrawe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nimeshnayaju และคุณลักษณะหลักของมันคือ "Draw on any webpage with tldraw"

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

screenshot
screenshot

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

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

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

                        Tldrawe lets you draw or annotate on any webpage with tldraw. The extension adds an overlay of the Tldraw app on your webpage and lets you add drawings or shapes to the webpage. You can toggle the overlay by either going to the extension popup page and clicking on 'Toggle overlay' or using the keyboard shortcut 'CMD/CTRL + SHIFT + e'. 

Tldrawe supports all of the shapes, tools and most of the keyboard shortcuts available in the tldraw app. Currently, any drawings on a webpage persists as long as the browser tab or window is open. Cheers!

Useful tldrawe/tldraw shortcuts:
1) Toggle overlay: CTRL/CMD + SHIFT + E
2) Toggle dark mode: CTRL/CMD + SHIFT + D
3) Sticky Tool: 0
4) Select Tool: 1
5) Pencil Tool: 2
6) Eraser Tool: 3, and so on                    

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

ชื่อ tldrawe tldrawe
ID mhkmpnjdjhckmcejgmajnjhbmclmkdnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tldrawe/mhkmpnjdjhckmcejgmajnjhbmclmkdnd
คำอธิบาย Draw on any webpage with tldraw
ขนาดไฟล์ 291 KB
จำนวนการติดตั้ง 237
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2022-02-17
วันที่เผยแพร่ 2022-02-15
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา nimeshnayaju
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/nimeshnayaju/tldrawe
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "tldrawe",
    "description": "Draw on any webpage with tldraw",
    "version": "0.2",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}