Excalidraw Extension
Very simple extension that allows you to access excalidraw from the popup.
Apa itu Excalidraw Extension?
Excalidraw Extension adalah ekstensi Chrome yang dikembangkan oleh John O'Meara, dan fitur utamanya adalah "Very simple extension that allows you to access excalidraw from the popup.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Excalidraw Extension
Unduh file ekstensi Excalidraw Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Excalidraw Extension |
ID | enbbcngikghiaodbklooakdngjojiopl |
URL Resmi | https://chromewebstore.google.com/detail/excalidraw-extension/enbbcngikghiaodbklooakdngjojiopl |
Deskripsi | Very simple extension that allows you to access excalidraw from the popup. |
Ukuran File | 14.67 KB |
Jumlah Instalasi | 147 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-12-26 |
Tanggal Publikasi | 2023-12-26 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | John O'Meara |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |