Board

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

Co to jest Board?

Board to rozszerzenie Chrome opracowane przez Shaikh Saifuddin, a jego główną funkcją jest „This extension allows you to make any website on the web as your writing board”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Board

Pobierz pliki rozszerzeń Board w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 !!!!!                    

Podstawowe informacje o rozszerzeniu

Nazwa Board Board
ID eldlemfjelebndalbjpfbohgofaidhfl
Oficjalny URL https://chromewebstore.google.com/detail/board/eldlemfjelebndalbjpfbohgofaidhfl
Opis This extension allows you to make any website on the web as your writing board
Rozmiar pliku 14.82 KB
Liczba instalacji 144
Aktualna Wersja 0.12.21
Ostatnia Aktualizacja 2021-12-24
Data Publikacji 2021-12-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Shaikh Saifuddin
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://imsaif.web.app/
Adres URL Strony Pomocy https://imsaif.web.app/
Obsługiwane Języki 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
}