tldrawe

Draw on any webpage with tldraw

什么是tldrawe?

tldrawe是由nimeshnayaju开发的Chrome扩展程序,该扩展的主要功能是“Draw on any webpage with tldraw”。

扩展截图

screenshot
screenshot

下载tldrawe扩展crx文件

下载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"
    }
}