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
官方網址 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"
    }
}