Board

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

Cos'è Board?

Board è un'estensione di Chrome sviluppata da Shaikh Saifuddin, e la sua funzione principale è "This extension allows you to make any website on the web as your writing board".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Board

Scarica i file di estensione Board in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Board Board
ID eldlemfjelebndalbjpfbohgofaidhfl
URL Ufficiale https://chromewebstore.google.com/detail/board/eldlemfjelebndalbjpfbohgofaidhfl
Descrizione This extension allows you to make any website on the web as your writing board
Dimensione del File 14.82 KB
Conteggio Installazioni 144
Versione Corrente 0.12.21
Ultimo Aggiornamento 2021-12-24
Data di Pubblicazione 2021-12-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Shaikh Saifuddin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://imsaif.web.app/
URL della Pagina di Aiuto https://imsaif.web.app/
Lingue Supportate 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
}