Excalidraw Extension

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

What is Excalidraw Extension?

Excalidraw Extension is a Chrome extension developed by John O'Meara, and its main feature is "Very simple extension that allows you to access excalidraw from the popup.".

Extension Screenshots

screenshot

Download Excalidraw Extension Extension CRX File

Download Excalidraw Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Excalidraw Extension Excalidraw Extension
ID enbbcngikghiaodbklooakdngjojiopl
Official URL https://chromewebstore.google.com/detail/excalidraw-extension/enbbcngikghiaodbklooakdngjojiopl
Description Very simple extension that allows you to access excalidraw from the popup.
File Size 14.67 KB
Installation Count 147
Current Version 1.0
Last Updated 2023-12-26
Publish Date 2023-12-26
Rating 5.00/5 Total 1 Ratings
Developer John O'Meara
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}