Board

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

Wat is Board?

Board is een Chrome-extensie ontwikkeld door Shaikh Saifuddin, en de belangrijkste functie is "This extension allows you to make any website on the web as your writing board".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Board

Download Board-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Board Board
ID eldlemfjelebndalbjpfbohgofaidhfl
Officiële URL https://chromewebstore.google.com/detail/board/eldlemfjelebndalbjpfbohgofaidhfl
Beschrijving This extension allows you to make any website on the web as your writing board
Bestandsgrootte 14.82 KB
Aantal Installaties 144
Huidige Versie 0.12.21
Laatst Bijgewerkt 2021-12-24
Publicatiedatum 2021-12-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Shaikh Saifuddin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://imsaif.web.app/
Help Pagina-URL https://imsaif.web.app/
Ondersteunde Talen 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
}