tldrawe

Draw on any webpage with tldraw

tldrawe là gì?

tldrawe là một tiện ích mở rộng Chrome được phát triển bởi nimeshnayaju, và tính năng chính của nó là "Draw on any webpage with tldraw".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng tldrawe

Tải xuống các tệp mở rộng tldrawe 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên tldrawe tldrawe
ID mhkmpnjdjhckmcejgmajnjhbmclmkdnd
URL Chính Thức https://chromewebstore.google.com/detail/tldrawe/mhkmpnjdjhckmcejgmajnjhbmclmkdnd
Mô tả Draw on any webpage with tldraw
Kích Thước Tệp 291 KB
Số Lần Cài Đặt 237
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-02-17
Ngày Phát Hành 2022-02-15
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển nimeshnayaju
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nimeshnayaju/tldrawe
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}