Excalidraw Extension

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

Excalidraw Extensionとは何ですか?

Excalidraw ExtensionはJohn O'Mearaによって開発されたChromeの拡張機能で、その主な機能は「Very simple extension that allows you to access excalidraw from the popup.」です。

拡張機能のスクリーンショット

screenshot

Excalidraw Extension拡張機能のCRXファイルをダウンロード

Excalidraw Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}