Whiteboard

A simple whiteboard drawing tool for Chrome

ما هو Whiteboard؟

Whiteboard هو إضافة Chrome تم تطويرها بواسطة FunWithExtensions، والميزة الرئيسية لها هي "A simple whiteboard drawing tool for Chrome".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Whiteboard

قم بتنزيل ملفات الامتداد Whiteboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Whiteboard extension is a user-friendly tool that enables users to draw shapes, select different colors, erase drawings, and save their creations. This extension is perfect for brainstorming, teaching, and collaborating with others.

It removes all the fluff and is the simplest whiteboard to use on the market. 

It's completely free. It requires no login.                    

معلومات أساسية عن التمديد

الاسم Whiteboard Whiteboard
ID dadplapppabmajkijhlannlpclngnflb
عنوان URL الرسمي https://chromewebstore.google.com/detail/whiteboard/dadplapppabmajkijhlannlpclngnflb
الوصف A simple whiteboard drawing tool for Chrome
حجم الملف 111 KB
عدد التثبيتات 123
النسخة الحالية 1.1
آخر تحديث 2023-04-23
تاريخ النشر 2023-04-22
المطور FunWithExtensions
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whiteboard",
    "version": "1.1",
    "description": "A simple whiteboard drawing tool for Chrome",
    "manifest_version": 3,
    "icons": {
        "16": "draw.png",
        "48": "draw.png",
        "128": "draw.png"
    },
    "action": {
        "default_title": "Whiteboard",
        "default_popup": "popup.html"
    },
    "permissions": []
}