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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/
URL страницы помощи 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
}