tldrawe

Draw on any webpage with tldraw

tldrawe란 무엇입니까?

tldrawe은(는) nimeshnayaju에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Draw on any webpage with tldraw"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

tldrawe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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