Board

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

Apa itu Board?

Board adalah ekstensi Chrome yang dikembangkan oleh Shaikh Saifuddin, dan fitur utamanya adalah "This extension allows you to make any website on the web as your writing board".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Board

Unduh file ekstensi Board dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Board Board
ID eldlemfjelebndalbjpfbohgofaidhfl
URL Resmi https://chromewebstore.google.com/detail/board/eldlemfjelebndalbjpfbohgofaidhfl
Deskripsi This extension allows you to make any website on the web as your writing board
Ukuran File 14.82 KB
Jumlah Instalasi 144
Versi Saat Ini 0.12.21
Terakhir Diperbarui 2021-12-24
Tanggal Publikasi 2021-12-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Shaikh Saifuddin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://imsaif.web.app/
URL Halaman Bantuan https://imsaif.web.app/
Bahasa yang Didukung 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
}