Excalidraw Extension
Very simple extension that allows you to access excalidraw from the popup.
ما هو Excalidraw Extension؟
Excalidraw Extension هو إضافة Chrome تم تطويرها بواسطة John O'Meara، والميزة الرئيسية لها هي "Very simple extension that allows you to access excalidraw from the popup.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Excalidraw Extension
قم بتنزيل ملفات الامتداد Excalidraw Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |