Excalidraw Extension

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

Excalidraw Extension क्या है?

Excalidraw Extension John O'Meara द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Very simple extension that allows you to access excalidraw from the popup."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Excalidraw Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Excalidraw Extension Excalidraw Extension
ID enbbcngikghiaodbklooakdngjojiopl
आधिकारिक URL https://chromewebstore.google.com/detail/excalidraw-extension/enbbcngikghiaodbklooakdngjojiopl
विवरण Very simple extension that allows you to access excalidraw from the popup.
फ़ाइल का आकार 14.67 KB
स्थापना संख्या 147
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2023-12-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर John O'Meara
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}