Board

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

Qu'est-ce que Board ?

Board est une extension Chrome développée par Shaikh Saifuddin, et sa fonction principale est "This extension allows you to make any website on the web as your writing board".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Board

Téléchargez les fichiers d'extension Board au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Board Board
ID eldlemfjelebndalbjpfbohgofaidhfl
URL Officiel https://chromewebstore.google.com/detail/board/eldlemfjelebndalbjpfbohgofaidhfl
Description This extension allows you to make any website on the web as your writing board
Taille du Fichier 14.82 KB
Nombre d'Installations 144
Version Actuelle 0.12.21
Dernière Mise à Jour 2021-12-24
Date de Publication 2021-12-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur Shaikh Saifuddin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://imsaif.web.app/
URL de la Page d'Aide https://imsaif.web.app/
Langues Prises en Charge 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
}