Excalidraw Extension

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

Excalidraw Extension là gì?

Excalidraw Extension là một tiện ích mở rộng Chrome được phát triển bởi John O'Meara, và tính năng chính của nó là "Very simple extension that allows you to access excalidraw from the popup.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Excalidraw Extension

Tải xuống các tệp mở rộng Excalidraw Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Excalidraw Extension Excalidraw Extension
ID enbbcngikghiaodbklooakdngjojiopl
URL Chính Thức https://chromewebstore.google.com/detail/excalidraw-extension/enbbcngikghiaodbklooakdngjojiopl
Mô tả Very simple extension that allows you to access excalidraw from the popup.
Kích Thước Tệp 14.67 KB
Số Lần Cài Đặt 147
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-12-26
Ngày Phát Hành 2023-12-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển John O'Meara
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}