Excalidraw Extension
Very simple extension that allows you to access excalidraw from the popup.
Was ist Excalidraw Extension?
Excalidraw Extension ist eine Chrome-Erweiterung, die von John O'Meara entwickelt wurde, und ihr Hauptmerkmal ist "Very simple extension that allows you to access excalidraw from the popup.".
Erweiterungsscreenshots
Excalidraw Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Excalidraw Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | enbbcngikghiaodbklooakdngjojiopl |
| Offizielle URL | https://chromewebstore.google.com/detail/excalidraw-extension/enbbcngikghiaodbklooakdngjojiopl |
| Beschreibung | Very simple extension that allows you to access excalidraw from the popup. |
| Dateigröße | 14.67 KB |
| Installationsanzahl | 147 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2023-12-26 |
| Veröffentlichungsdatum | 2023-12-26 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | John O'Meara |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |