tldrawe

Draw on any webpage with tldraw

Qu'est-ce que tldrawe ?

tldrawe est une extension Chrome développée par nimeshnayaju, et sa fonction principale est "Draw on any webpage with tldraw".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension tldrawe

Téléchargez les fichiers d'extension tldrawe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom tldrawe tldrawe
ID mhkmpnjdjhckmcejgmajnjhbmclmkdnd
URL Officiel https://chromewebstore.google.com/detail/tldrawe/mhkmpnjdjhckmcejgmajnjhbmclmkdnd
Description Draw on any webpage with tldraw
Taille du Fichier 291 KB
Nombre d'Installations 237
Version Actuelle 0.2
Dernière Mise à Jour 2022-02-17
Date de Publication 2022-02-15
Évaluation 5.00/5 Total 4 Évaluations
Développeur nimeshnayaju
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/nimeshnayaju/tldrawe
Langues Prises en Charge 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"
    }
}