Excalidraw Extension

Very simple extension that allows you to access excalidraw from the popup.

Hvad er Excalidraw Extension?

Excalidraw Extension er en Chrome-udvidelse udviklet af John O'Meara, og dens hovedfunktion er "Very simple extension that allows you to access excalidraw from the popup.".

Udvidelsesskærmbilleder

screenshot

Download Excalidraw Extension-udvidelses-CRX-fil

Download Excalidraw Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Very simple extension that allows you to access excalidraw from the popup. The drawing app site: https://excalidraw.com/

the github repo for drawing site: https://github.com/excalidraw/excalidraw                    

Grundlæggende oplysninger om udvidelsen

Navn Excalidraw Extension Excalidraw Extension
ID enbbcngikghiaodbklooakdngjojiopl
Officiel URL https://chromewebstore.google.com/detail/excalidraw-extension/enbbcngikghiaodbklooakdngjojiopl
Beskrivelse Very simple extension that allows you to access excalidraw from the popup.
Filstørrelse 14.67 KB
Antal Installationer 147
Nuværende Version 1.0
Senest Opdateret 2023-12-26
Udgivelsesdato 2023-12-26
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler John O'Meara
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Excalidraw Extension",
    "description": "Very simple extension that allows you to access excalidraw from the popup.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}