Board

This extension allows you to make any website on the web as your writing board

ما هو Board؟

Board هو إضافة Chrome تم تطويرها بواسطة Shaikh Saifuddin، والميزة الرئيسية لها هي "This extension allows you to make any website on the web as your writing board".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        There’s a smart board for every classroom. Discover a high-quality interactive displays engineered for the simplicity teachers want.
Easy to install and support on every website you want to make as you board.

#Features
This extension allows you to make any website on the web as your
WhiteBoard
SmartBoard
writtingBoard
Very simple to use and extemly handy tool best for

School or College students
Online tution and school teacher
Person who need to present something on the web
Demonstrators

Happly learing !!!!!                    

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

الاسم Board Board
ID eldlemfjelebndalbjpfbohgofaidhfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/board/eldlemfjelebndalbjpfbohgofaidhfl
الوصف This extension allows you to make any website on the web as your writing board
حجم الملف 14.82 KB
عدد التثبيتات 144
النسخة الحالية 0.12.21
آخر تحديث 2021-12-24
تاريخ النشر 2021-12-24
تقييم 5.00/5 مجموع تقييمات 1
المطور Shaikh Saifuddin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://imsaif.web.app/
عنوان صفحة المساعدة https://imsaif.web.app/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Board",
    "version": "0.12.21",
    "description": " This extension allows you to make any website on the web as your writing board",
    "action": {
        "default_icon": "assets\/images\/icon.png"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon128.png",
        "128": "assets\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "manifest_version": 3
}