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
官方網址 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"
    }
}