Excalidraw Extension
Very simple extension that allows you to access excalidraw from the popup.
Wat is Excalidraw Extension?
Excalidraw Extension is een Chrome-extensie ontwikkeld door John O'Meara, en de belangrijkste functie is "Very simple extension that allows you to access excalidraw from the popup.".
Extensie Screenshots
Download het CRX-bestand van de extensie Excalidraw Extension
Download Excalidraw Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | enbbcngikghiaodbklooakdngjojiopl |
| Officiële URL | https://chromewebstore.google.com/detail/excalidraw-extension/enbbcngikghiaodbklooakdngjojiopl |
| Beschrijving | Very simple extension that allows you to access excalidraw from the popup. |
| Bestandsgrootte | 14.67 KB |
| Aantal Installaties | 147 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-12-26 |
| Publicatiedatum | 2023-12-26 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | John O'Meara |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |