Excalidraw Extension
Very simple extension that allows you to access excalidraw from the popup.
Qu'est-ce que Excalidraw Extension ?
Excalidraw Extension est une extension Chrome développée par John O'Meara, et sa fonction principale est "Very simple extension that allows you to access excalidraw from the popup.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Excalidraw Extension
Téléchargez les fichiers d'extension Excalidraw Extension 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
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
Informations de Base sur l'Extension
Nom | Excalidraw Extension |
ID | enbbcngikghiaodbklooakdngjojiopl |
URL Officiel | https://chromewebstore.google.com/detail/excalidraw-extension/enbbcngikghiaodbklooakdngjojiopl |
Description | Very simple extension that allows you to access excalidraw from the popup. |
Taille du Fichier | 14.67 KB |
Nombre d'Installations | 147 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-12-26 |
Date de Publication | 2023-12-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | John O'Meara |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |